Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp8940 struct SCEVCollectStrides { struct
8941 ScalarEvolution &SE;
8942 SmallVectorImpl<const SCEV *> &Strides;
8944 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() function
8947 bool follow(const SCEV *S) { in follow()
8952 bool isDone() const { return false; } in isDone()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp10658 struct SCEVCollectStrides { struct
10659 ScalarEvolution &SE;
10660 SmallVectorImpl<const SCEV *> &Strides;
10662 SCEVCollectStrides(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &S) in SCEVCollectStrides() argument
10665 bool follow(const SCEV *S) { in follow()
10671 bool isDone() const { return false; } in isDone()