Home
last modified time | relevance | path

Searched defs:NewGEPI (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp965 Instruction *NewGEPI = GEPI->clone(); replaceGEPIdxWithZero() local
1019 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) visitLoadInst() local
1371 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) visitStoreInst() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp852 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) visitGetElementPtrInst() local