Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance
6924 struct SCEVCollectStrides { struct6925 ScalarEvolution &SE;6926 SmallVectorImpl<const SCEV *> &Strides;6928 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument6931 bool follow(const SCEV *S) { in follow()6936 bool isDone() const { return false; } in isDone()