Searched refs:visitAddExpr (Results 1 – 6 of 6) sorted by relevance
53 void visitAddExpr(const SCEVAddExpr *Numerator);
616 return ((SC *)this)->visitAddExpr((const SCEVAddExpr *)S); in visit()791 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
146 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision
1150 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in getLosslessPtrToIntExpr() function in ScalarEvolution::getLosslessPtrToIntExpr::SCEVPtrToIntSinkingRewriter4061 RetVal visitAddExpr(const SCEVAddExpr *Expr) { return Expr; } in visitAddExpr() function in __anonf47ebfb51011::SCEVSequentialMinMaxDeduplicatingVisitor
468 Value *visitAddExpr(const SCEVAddExpr *S);
752 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander