Home
last modified time | relevance | path

Searched defs:SCEVCollectStrides (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDelinearization.cpp50 struct SCEVCollectStrides { struct
51 ScalarEvolution &SE;
52 SmallVectorImpl<const SCEV *> &Strides;
54 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument
57 bool follow(const SCEV *S) { in follow()
63 bool isDone() const { return false; } in isDone()