Searched defs:SCEVCollectTerms (Results 1 – 2 of 2) sorted by relevance
8956 struct SCEVCollectTerms { struct8957 SmallVectorImpl<const SCEV *> &Terms;8959 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) in SCEVCollectTerms() function8962 bool follow(const SCEV *S) { in follow()8974 bool isDone() const { return false; } in isDone()
10675 struct SCEVCollectTerms { struct10676 SmallVectorImpl<const SCEV *> &Terms;10678 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() function10680 bool follow(const SCEV *S) { in follow()10694 bool isDone() const { return false; } in isDone()