Home | History | Annotate | Download | only in Analysis

Lines Matching full:strides

7584   SmallVectorImpl<const SCEV *> &Strides;
7587 : SE(SE), Strides(S) {}
7591 Strides.push_back(AR->getStepRecurrence(SE));
7623 SmallVector<const SCEV *, 4> Strides;
7624 SCEVCollectStrides StrideCollector(SE, Strides);
7628 dbgs() << "Strides:\n";
7629 for (const SCEV *S : Strides)
7633 for (const SCEV *S : Strides) {
7919 /// because it appears as an offset that does not divide any of the strides in
7925 /// the array as these are the multiples by which the strides are happening:
7930 /// no strides that would help identifying the size of the last dimension: when