Searched defs:SCEVCollectAddRecMultiplies (Results 1 – 1 of 1) sorted by relevance
11697 struct SCEVCollectAddRecMultiplies { struct11698 SmallVectorImpl<const SCEV *> &Terms;11699 ScalarEvolution &SE;11701 SCEVCollectAddRecMultiplies(SmallVectorImpl<const SCEV *> &T, ScalarEvolution &SE) in SCEVCollectAddRecMultiplies() argument11704 bool follow(const SCEV *S) { in follow()11736 bool isDone() const { return false; } in isDone()