Searched refs:NewGEPI (Results 1 – 2 of 2) sorted by relevance
744 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local745 NewGEPI->setOperand(Idx, in replaceGEPIdxWithZero()747 NewGEPI->insertBefore(GEPI); in replaceGEPIdxWithZero()748 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()749 return NewGEPI; in replaceGEPIdxWithZero()776 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) { in visitLoadInst() local777 Worklist.Add(NewGEPI); in visitLoadInst()1036 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) { in visitStoreInst() local1037 Worklist.Add(NewGEPI); in visitStoreInst()
462 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local463 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()