Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp8956 struct SCEVCollectTerms { struct
8957 SmallVectorImpl<const SCEV *> &Terms;
8959 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) in SCEVCollectTerms() function
8962 bool follow(const SCEV *S) { in follow()
8974 bool isDone() const { return false; } in isDone()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp10675 struct SCEVCollectTerms { struct
10676 SmallVectorImpl<const SCEV *> &Terms;
10678 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() function
10680 bool follow(const SCEV *S) { in follow()
10694 bool isDone() const { return false; } in isDone()