Searched refs:visitAddExpr (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ | ||
H A D | ScalarEvolutionExpander.h | 237 Value *visitAddExpr(const SCEVAddExpr *S); |
H A D | ScalarEvolutionExpressions.h | 541 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); 670 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { function in struct:llvm::SCEVParameterRewriter 766 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { function in struct:llvm::SCEVApplyRewriter |
/external/llvm/lib/Analysis/ | ||
H A D | ScalarEvolutionExpander.cpp | 702 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { function in class:SCEVExpander |
H A D | ScalarEvolution.cpp | 7132 void visitAddExpr(const SCEVAddExpr *Numerator) { |
Completed in 220 milliseconds