Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance
11623 struct SCEVCollectStrides { struct11624 ScalarEvolution &SE;11625 SmallVectorImpl<const SCEV *> &Strides;11627 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument11630 bool follow(const SCEV *S) { in follow()11636 bool isDone() const { return false; } in isDone()