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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 97 /// SCEVZeroExtendExpr - This class represents a zero extension of a small
100 class SCEVZeroExtendExpr : public SCEVCastExpr {
103 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
460 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
574 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
ScalarEvolutionExpander.h 274 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 146 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
340 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
753 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}
    [all...]
DependenceAnalysis.cpp 842 if ((isa<SCEVZeroExtendExpr>(Src) && isa<SCEVZeroExtendExpr>(Dst)) ||
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 764 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
    [all...]

Completed in 734 milliseconds