Searched refs:visitAddExpr (Results 1 – 4 of 4) sorted by relevance
278 Value *visitAddExpr(const SCEVAddExpr *S);
464 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()584 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
670 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
799 void visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function