Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h52 void visitAddExpr(const SCEVAddExpr *Numerator);
H A DScalarEvolutionExpressions.h582 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
761 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
/netbsd/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/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h456 Value *visitAddExpr(const SCEVAddExpr *S);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp732 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander