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