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

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 101 case scTruncate: return SE.getTruncateExpr(N, S->getType());
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 657 return SE.getTruncateExpr(Operand, Expr->getType());
753 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h 610 const SCEV *getTruncateExpr(const SCEV *Op, Type *Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]

Completed in 181 milliseconds