Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h567 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp696 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp666 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
DScalarEvolution.cpp801 void visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function