Searched defs:SCEVCollectAddRecMultiplies (Results 1 – 1 of 1) sorted by relevance
11040 struct SCEVCollectAddRecMultiplies { struct11041 SmallVectorImpl<const SCEV *> &Terms;11042 ScalarEvolution &SE;11044 SCEVCollectAddRecMultiplies(SmallVectorImpl<const SCEV *> &T, ScalarEvolution &SE) in SCEVCollectAddRecMultiplies() argument11047 bool follow(const SCEV *S) { in follow()11079 bool isDone() const { return false; } in isDone()