reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4694 total = isl_basic_map_dim(bmap, isl_dim_all); 4696 for (i = 0; i < bmap->n_div; ++i) 4697 if (!isl_int_is_zero(bmap->div[i][2 + pos])) 4700 for (i = 0; i < bmap->n_eq; ++i) 4701 if (!isl_int_is_zero(bmap->eq[i][1 + pos])) 4704 for (i = 0; i < bmap->n_ineq; ++i) { 4705 if (isl_int_is_nonneg(bmap->ineq[i][1 + pos])) 4707 if (!isl_int_is_negone(bmap->ineq[i][1 + pos])) 4709 if (isl_seq_first_non_zero(bmap->ineq[i] + 1 + pos + 1, 4714 if (isl_seq_eq(bmap->ineq[i], cst->row[j], cst->n_col))