Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp777 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local
778 NewGEPI->setOperand(Idx, in replaceGEPIdxWithZero()
780 NewGEPI->insertBefore(GEPI); in replaceGEPIdxWithZero()
781 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
782 return NewGEPI; in replaceGEPIdxWithZero()
809 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) { in visitLoadInst() local
810 Worklist.Add(NewGEPI); in visitLoadInst()
1173 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) { in visitStoreInst() local
1174 Worklist.Add(NewGEPI); in visitStoreInst()
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp465 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local
466 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()