Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp231 GetElementPtrInst *NewGEP = in FoldPHIArgGEPIntoPHI() local
233 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
234 NewGEP->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgGEPIntoPHI()
235 return NewGEP; in FoldPHIArgGEPIntoPHI()
DInstructionCombining.cpp978 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst() local
982 return new BitCastInst(NewGEP, GEP.getType()); in visitGetElementPtrInst()
1037 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst() local
1041 return new BitCastInst(NewGEP, GEP.getType()); in visitGetElementPtrInst()