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