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 96 /// SCEVZeroExtendExpr - This class represents a zero extension of a small
99 class SCEVZeroExtendExpr : public SCEVCastExpr {
102 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
537 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
660 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
756 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
ScalarEvolutionExpander.h 233 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 151 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
345 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
850 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
    [all...]
DependenceAnalysis.cpp 793 if ((isa<SCEVZeroExtendExpr>(Src) && isa<SCEVZeroExtendExpr>(Dst)) ||
885 (isa<SCEVZeroExtendExpr>(X) &&
886 isa<SCEVZeroExtendExpr>(Y))) {
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 758 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
    [all...]

Completed in 171 milliseconds