Searched refs:visitAddExpr (Results 1 – 4 of 4) sorted by relevance
372 Value *visitAddExpr(const SCEVAddExpr *S);
524 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()697 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
688 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
996 void visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function