Home
last modified time | relevance | path

Searched refs:visitAddRecExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp43 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr);
48 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() function in NormalizeDenormalizeRewriter
H A DScalarEvolutionExpander.cpp1466 Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) { in visitAddRecExpr() function in SCEVExpander
H A DScalarEvolution.cpp940 void visitAddRecExpr(const SCEVAddRecExpr *Numerator) { in visitAddRecExpr() function
4239 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon1b57f8c30b11::SCEVInitRewriter
4280 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon1b57f8c30b11::SCEVPostIncRewriter
4397 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function in __anon1b57f8c30b11::SCEVShiftRewriter
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h464 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit()
652 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
741 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr() function
H A DScalarEvolutionExpander.h365 Value *visitAddRecExpr(const SCEVAddRecExpr *S);