HomeSort by relevance Sort by last modified time
    Searched refs:NewGEP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 231 GetElementPtrInst *NewGEP =
233 if (AllInBounds) NewGEP->setIsInBounds();
234 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
235 return NewGEP;
    [all...]
InstructionCombining.cpp     [all...]

Completed in 131 milliseconds