Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Start

574       const SCEV *Start = getExactSDiv(AR->getStart(), RHS, SE,
576 if (!Start) return nullptr;
577 // FlagNW is independent of the start value, step direction, and is
580 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap);
4805 // to materialize an AddRecExpr whose Start is an outer AddRecExpr.
4837 // Start collecting data and preparing for the solver.