Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp744 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local
745 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() local
777 Worklist.Add(NewGEPI); in visitLoadInst()
1036 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) { in visitStoreInst() local
1037 Worklist.Add(NewGEPI); in visitStoreInst()
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp462 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local
463 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()