Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance
10966 struct SCEVCollectStrides { struct10967 ScalarEvolution &SE;10968 SmallVectorImpl<const SCEV *> &Strides;10970 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument10973 bool follow(const SCEV *S) { in follow()10979 bool isDone() const { return false; } in isDone()