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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 210 /// expandAddToGEP - Expand a SCEVAddExpr with a pointer type into a GEP
212 Value *expandAddToGEP(const SCEV *const *op_begin,
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 364 /// expandAddToGEP - Expand an addition expression with a pointer type into
391 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin,
742 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum);
752 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
    [all...]

Completed in 510 milliseconds