Searched defs:NewGEPI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp744 Instruction *NewGEPI = GEPI->clone(); local
745 NewGEPI->setOperand(Idx,
747 NewGEPI->insertBefore(GEPI);
748 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI);
749 return NewGEPI;
776 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) {
777 Worklist.Add(NewGEPI);
1036 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) {
1037 Worklist.Add(NewGEPI);

Completed in 51 milliseconds