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

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 771 Instruction *NewGEP = GEP->clone();
772 NewGEP->insertBefore(GEP);
784 NewGEP = GetElementPtrInst::Create
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombinePHI.cpp 233 GetElementPtrInst *NewGEP =
235 if (AllInBounds) NewGEP->setIsInBounds();
236 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
237 return NewGEP;
    [all...]

Completed in 900 milliseconds