HomeSort by relevance Sort by last modified time
    Searched refs:SCEVZeroExtendExpr (Results 1 - 5 of 5) 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,
108 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; }
468 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
ScalarEvolutionExpander.h 227 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 143 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
339 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
841 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 682 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
    [all...]

Completed in 48 milliseconds