Searched refs:NewGEPI (Results 1 – 2 of 2) sorted by relevance
777 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local778 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() local810 Worklist.Add(NewGEPI); in visitLoadInst()1173 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) { in visitStoreInst() local1174 Worklist.Add(NewGEPI); in visitStoreInst()
465 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local466 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()