reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
579 const SCEV *collectUpperBound(const Loop *l, Type *T) const;
1083 if (const SCEV *UB = collectUpperBound(L, T)) 1166 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { 1344 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { 1742 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { 1851 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { 2049 const SCEV *N1 = collectUpperBound(Loop1, A1->getType()); 2050 const SCEV *N2 = collectUpperBound(Loop2, A1->getType()); 2929 CI[K].Iterations = collectUpperBound(L, Subscript->getType());