Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp11623 struct SCEVCollectStrides { struct
11624 ScalarEvolution &SE;
11625 SmallVectorImpl<const SCEV *> &Strides;
11627 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument
11630 bool follow(const SCEV *S) { in follow()
11636 bool isDone() const { return false; } in isDone()