Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h278 Value *visitAddExpr(const SCEVAddExpr *S);
DScalarEvolutionExpressions.h464 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
584 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp670 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
DScalarEvolution.cpp799 void visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function