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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 113 /// SCEVSignExtendExpr - This class represents a sign extension of a small
116 class SCEVSignExtendExpr : public SCEVCastExpr {
119 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
539 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
665 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) {
761 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) {
ScalarEvolutionExpander.h 235 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 158 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
353 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
846 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op))
    [all...]
DependenceAnalysis.cpp 794 (isa<SCEVSignExtendExpr>(Src) && isa<SCEVSignExtendExpr>(Dst))) {
883 if ((isa<SCEVSignExtendExpr>(X) &&
884 isa<SCEVSignExtendExpr>(Y)) ||
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 761 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
    [all...]

Completed in 69 milliseconds