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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 79 /// SCEVTruncateExpr - This class represents a truncation of an integer value
82 class SCEVTruncateExpr : public SCEVCastExpr {
85 SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
535 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S);
655 const SCEV *visitTruncateExpr(const SCEVTruncateExpr *Expr) {
751 const SCEV *visitTruncateExpr(const SCEVTruncateExpr *Expr) {
ScalarEvolutionExpander.h 231 Value *visitTruncateExpr(const SCEVTruncateExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 144 const SCEVTruncateExpr *Trunc = cast<SCEVTruncateExpr>(this);
337 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
842 if (const SCEVTruncateExpr *ST = dyn_cast<SCEVTruncateExpr>(Op))
860 hasTrunc = isa<SCEVTruncateExpr>(S);
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 755 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
    [all...]

Completed in 79 milliseconds