Searched defs:visitAddExpr (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ | ||
| D | ScalarEvolutionDivision.cpp | 146 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision |
| D | ScalarEvolution.cpp | 1150 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in getLosslessPtrToIntExpr() function in ScalarEvolution::getLosslessPtrToIntExpr::SCEVPtrToIntSinkingRewriter |
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ | ||
| D | ScalarEvolutionExpressions.h | 791 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function |
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ | ||
| D | ScalarEvolutionExpander.cpp | 752 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander |