Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp148 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision
H A DScalarEvolution.cpp1131 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 DScalarEvolutionExpressions.h761 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp732 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander