Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h53 void visitAddExpr(const SCEVAddExpr *Numerator);
H A DScalarEvolutionExpressions.h616 return ((SC *)this)->visitAddExpr((const SCEVAddExpr *)S); in visit()
791 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp146 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision
H A DScalarEvolution.cpp1150 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in getLosslessPtrToIntExpr() function in ScalarEvolution::getLosslessPtrToIntExpr::SCEVPtrToIntSinkingRewriter
4061 RetVal visitAddExpr(const SCEVAddExpr *Expr) { return Expr; } in visitAddExpr() function in __anonf47ebfb51011::SCEVSequentialMinMaxDeduplicatingVisitor
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h468 Value *visitAddExpr(const SCEVAddExpr *S);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp752 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander