Searched refs:NewGEPI (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 970 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local 971 NewGEPI->setOperand(Idx, in replaceGEPIdxWithZero() 973 IC.InsertNewInstBefore(NewGEPI, GEPI->getIterator()); in replaceGEPIdxWithZero() 974 return NewGEPI; in replaceGEPIdxWithZero() 1024 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) in visitLoadInst() local 1025 return replaceOperand(LI, 0, NewGEPI); in visitLoadInst() 1376 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) in visitStoreInst() local 1377 return replaceOperand(SI, 1, NewGEPI); in visitStoreInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 852 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local 853 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()
|