Searched defs:visitTruncateExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h535 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S);
655 const SCEV *visitTruncateExpr(const SCEVTruncateExpr *Expr) { function in struct:llvm::SCEVParameterRewriter
751 const SCEV *visitTruncateExpr(const SCEVTruncateExpr *Expr) { function in struct:llvm::SCEVApplyRewriter
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1503 Value *SCEVExpander::visitTruncateExpr(const SCEVTruncateExpr *S) { function in class:SCEVExpander

Completed in 111 milliseconds