reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
417 unsigned dim = isl_set_n_dim(set); 421 isl_assert(set->ctx, set->n > 0, goto error); 421 isl_assert(set->ctx, set->n > 0, goto error); 422 bounds = isl_mat_alloc(set->ctx, 1, 1 + dim); 428 is_bound = uset_is_bound(set, bounds->row[0], 1 + dim); 431 isl_assert(set->ctx, is_bound, goto error); 432 isl_seq_normalize(set->ctx, bounds->row[0], 1 + dim); 436 slice = isl_set_copy(set); 450 isl_assert(set->ctx, i < face->n_eq, goto error); 451 if (!isl_set_wrap_facet(set, bounds->row[0], face->eq[i])) 453 isl_seq_normalize(set->ctx, bounds->row[0], bounds->n_col);