Searched refs:visitAddExpr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h237 Value *visitAddExpr(const SCEVAddExpr *S);
H A DScalarEvolutionExpressions.h541 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 DScalarEvolutionExpander.cpp702 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp7132 void visitAddExpr(const SCEVAddExpr *Numerator) {

Completed in 110 milliseconds