Home | History | Annotate | Download | only in IPO

Lines Matching full:newptr

758     Value *NewPtr = NewGlobals[Val];
767 NewPtr = ConstantExpr::getGetElementPtr(cast<Constant>(NewPtr), Idxs);
774 NewPtr = GetElementPtrInst::Create(NewPtr, Idxs,
778 GEP->replaceAllUsesWith(NewPtr);
1420 Value *NewPtr = GetHeapSROAValue(GEPI->getOperand(0), FieldNo,
1428 Value *NGEPI = GetElementPtrInst::Create(NewPtr, GEPIdx,