Searched refs:NewGEP (Results 1 – 2 of 2) sorted by relevance
231 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local233 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()234 NewGEP->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgGEPIntoPHI()235 return NewGEP; in FoldPHIArgGEPIntoPHI()
978 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst() local982 return new BitCastInst(NewGEP, GEP.getType()); in visitGetElementPtrInst()1037 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst() local1041 return new BitCastInst(NewGEP, GEP.getType()); in visitGetElementPtrInst()