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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h547 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S);
688 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { function in struct:llvm::SCEVParameterRewriter
784 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { function in struct:llvm::SCEVApplyRewriter
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1369 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { function in class:SCEVExpander

Completed in 39 milliseconds