Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance
48 struct SCEVCollectStrides { struct49 ScalarEvolution &SE;50 SmallVectorImpl<const SCEV *> &Strides;52 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function55 bool follow(const SCEV *S) { in follow()61 bool isDone() const { return false; } in isDone()