Searched refs:visitAddExpr (Results 1 – 4 of 4) sorted by relevance
458 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()625 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
359 Value *visitAddExpr(const SCEVAddExpr *S);
684 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
957 void visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function