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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp231 GetElementPtrInst *NewGEP = local
233 if (AllInBounds) NewGEP->setIsInBounds();
234 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
235 return NewGEP;
H A DInstructionCombining.cpp982 Value *NewGEP = GEP.isInBounds() ? local
986 return new BitCastInst(NewGEP, GEP.getType());
1041 Value *NewGEP = GEP.isInBounds() ? local
1044 // The NewGEP must be pointer typed, so must the old one -> BitCast
1045 return new BitCastInst(NewGEP, GEP.getType());

Completed in 237 milliseconds