Searched refs:visitAddExpr (Results 1 – 7 of 7) sorted by relevance
218 Value *visitAddExpr(const SCEVAddExpr *S);
472 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()567 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
335 Value *visitAddExpr(const SCEVAddExpr *S);
696 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
666 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander
801 void visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function