HomeSort by: relevance | last modified time | path
    Searched refs:expandAddToGEP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 433 Value *expandAddToGEP(const SCEV *const *op_begin, const SCEV *const *op_end,
435 Value *expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, Value *V);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 418 /// expandAddToGEP - Expand an addition expression with a pointer type into
445 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin,
640 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty,
643 return expandAddToGEP(Ops, Ops + 1, PTy, Ty, V);
771 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum);
781 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
976 /// expandAddtoGEP. If the pattern isn't recognized, return NULL.
1080 /// expandAddtoGEP.
1107 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN);
1530 Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base)
    [all...]

Completed in 19 milliseconds