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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 115 /// SCEVSignExtendExpr - This class represents a sign extension of a small
118 class SCEVSignExtendExpr : public SCEVCastExpr {
121 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
126 static inline bool classof(const SCEVSignExtendExpr *S) { return true; }
470 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
ScalarEvolutionExpander.h 229 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 150 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
347 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
837 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op))
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 685 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
    [all...]

Completed in 203 milliseconds