Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SCEVAddExpr

325   if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Sum))
352 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) {
709 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) {
717 for (std::reverse_iterator<SCEVAddExpr::op_iterator> I(S->op_end()),
850 if (const SCEVAddExpr *A = dyn_cast<SCEVAddExpr>(Base)) {