reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 | # Check that all information is taken into account while trying to unroll [m,n] -> { A[i] -> [i] : 0 <= i < n,m } [m,n] -> { : m <= 10 or n <= 10 } { [i] -> unroll[x] } |