Searched defs:visitAddExpr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ | ||
H A D | ScalarEvolutionDivision.cpp | 148 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision |
H A D | ScalarEvolution.cpp | 1131 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in getLosslessPtrToIntExpr() function in ScalarEvolution::getLosslessPtrToIntExpr::SCEVPtrToIntSinkingRewriter |
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ | ||
H A D | ScalarEvolutionExpressions.h | 761 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ | ||
H A D | ScalarEvolutionExpander.cpp | 732 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander |