reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9346 for (i = 0, d = total-1; i < bmap->n_eq && d+1 > pos; ++i) { 9346 for (i = 0, d = total-1; i < bmap->n_eq && d+1 > pos; ++i) { 9346 for (i = 0, d = total-1; i < bmap->n_eq && d+1 > pos; ++i) { 9348 if (!isl_int_is_zero(bmap->eq[i][1+d])) 9352 if (isl_seq_first_non_zero(bmap->eq[i]+1, d) != -1) 9354 if (isl_seq_first_non_zero(bmap->eq[i]+1+d+1, total-d-1) != -1) 9356 if (!isl_int_is_one(bmap->eq[i][1+d])) 9359 isl_int_neg(*val, bmap->eq[i][0]);