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 80 /// SCEVTruncateExpr - This class represents a truncation of an integer value
83 class SCEVTruncateExpr : public SCEVCastExpr {
86 SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
458 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S);
569 const SCEV *visitTruncateExpr(const SCEVTruncateExpr *Expr) {
ScalarEvolutionExpander.h 272 Value *visitTruncateExpr(const SCEVTruncateExpr *S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 139 const SCEVTruncateExpr *Trunc = cast<SCEVTruncateExpr>(this);
332 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
752 void visitTruncateExpr(const SCEVTruncateExpr *Numerator) {}
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 761 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
    [all...]

Completed in 5113 milliseconds