Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance
47 struct SCEVCollectStrides { struct48 ScalarEvolution &SE;49 SmallVectorImpl<const SCEV *> &Strides;51 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function54 bool follow(const SCEV *S) { in follow()60 bool isDone() const { return false; } in isDone()