Searched defs:SCEVCollectTerms (Results 1 – 3 of 3) sorted by relevance
67 struct SCEVCollectTerms { struct68 SmallVectorImpl<const SCEV *> &Terms;70 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() argument72 bool follow(const SCEV *S) { in follow()86 bool isDone() const { return false; } in isDone()
8956 struct SCEVCollectTerms { struct8957 SmallVectorImpl<const SCEV *> &Terms;8959 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) in SCEVCollectTerms() argument8962 bool follow(const SCEV *S) { in follow()8974 bool isDone() const { return false; } in isDone()
10983 struct SCEVCollectTerms { struct10984 SmallVectorImpl<const SCEV *> &Terms;10986 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() argument10988 bool follow(const SCEV *S) { in follow()11002 bool isDone() const { return false; } in isDone()