Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance
8518 struct SCEVCollectStrides { struct8519 ScalarEvolution &SE;8520 SmallVectorImpl<const SCEV *> &Strides;8522 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument8525 bool follow(const SCEV *S) { in follow()8530 bool isDone() const { return false; } in isDone()