HomeSort by: relevance | last modified time | path
    Searched defs:visitTruncateExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 37 void visitTruncateExpr(const SCEVTruncateExpr *Numerator) {}
ScalarEvolutionExpressions.h 576 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S);
740 const SCEV *visitTruncateExpr(const SCEVTruncateExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1700 Value *SCEVExpander::visitTruncateExpr(const SCEVTruncateExpr *S) {

Completed in 18 milliseconds