Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h191 Value *visitAddExpr(const SCEVAddExpr *S);
DScalarEvolutionExpressions.h472 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp693 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander