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

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 452 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
525 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
763 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
769 Value *W = expandCodeFor(Op, Ty);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 136 /// expandCodeFor - Insert code to directly compute the specified SCEV
139 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
218 /// expandCodeFor - Insert code to directly compute the specified SCEV
222 Value *expandCodeFor(const SCEV *SH, Type *Ty = 0);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
IndVarSimplify.cpp 538 Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 280 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 201 milliseconds