Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Sum

366     const SCEV *Sum = SE.getAddExpr(Good);
367 if (!Sum->isZero())
368 BaseRegs.push_back(Sum);
372 const SCEV *Sum = SE.getAddExpr(Bad);
373 if (!Sum->isZero())
374 BaseRegs.push_back(Sum);
401 // Keep the invariant sum in BaseRegs and one of the variant sum in ScaledReg.
1469 // Or formulae that use a base register produced by a sum of base
3355 const SCEV *Sum = SE.getAddExpr(Ops);
3356 // TODO: If Sum is zero, it probably means ScalarEvolution missed an
3359 if (!Sum->isZero()) {
3360 F.BaseRegs.push_back(Sum);