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

/external/llvm/include/llvm/Analysis/
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

Completed in 299 milliseconds