reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
829 for (i = 0, j = bmap->n_div-1; i < bmap->n_eq; ++i) { 830 while (j >= 0 && isl_int_is_zero(bmap->eq[i][1 + total + j])) 830 while (j >= 0 && isl_int_is_zero(bmap->eq[i][1 + total + j])) 831 --j; 832 if (j < 0) 834 if (isl_seq_first_non_zero(bmap->eq[i] + 1 + total, j) != -1)