Searched refs:visitAddExpr (Results 1 – 6 of 6) sorted by relevance
52 void visitAddExpr(const SCEVAddExpr *Numerator);
590 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()769 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
148 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision
1141 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in getLosslessPtrToIntExpr() function in ScalarEvolution::getLosslessPtrToIntExpr::SCEVPtrToIntSinkingRewriter
461 Value *visitAddExpr(const SCEVAddExpr *S);
742 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander