Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance
8940 struct SCEVCollectStrides { struct8941 ScalarEvolution &SE;8942 SmallVectorImpl<const SCEV *> &Strides;8944 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function8947 bool follow(const SCEV *S) { in follow()8952 bool isDone() const { return false; } in isDone()