Home | History | Annotate | Download | only in Scalar

Lines Matching full:arstart

1964     const SCEV *ARStart = AR->getStart();
1967 if (isa<SCEVConstant>(ARStart) && isa<SCEVConstant>(IVCount)) {
1968 const APInt &Start = cast<SCEVConstant>(ARStart)->getAPInt();