Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h218 Value *visitAddExpr(const SCEVAddExpr *S);
DScalarEvolutionExpressions.h472 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
567 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
DScalarEvolutionExpander.h335 Value *visitAddExpr(const SCEVAddExpr *S);
/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