Home
last modified time | relevance | path

Searched refs:NewIdxs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp837 SmallVector<Constant*, 32> NewIdxs; in CastGEPIndices() local
851 NewIdxs.push_back(NewIdx); in CastGEPIndices()
853 NewIdxs.push_back(Ops[i]); in CastGEPIndices()
860 ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], NewIdxs, NW, InRange); in CastGEPIndices()