reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
230 d = isl_space_dim(dim, isl_dim_in); 234 path = isl_basic_map_alloc_space(isl_space_copy(dim), n, d, n); 244 for (i = 0; i < d; ++i) { 250 isl_int_set_si(path->eq[k][1 + nparam + d + i], -1); 251 if (i == d - 1) 253 isl_int_set_si(path->eq[k][1 + nparam + 2 * d + j], 1); 256 isl_int_set(path->eq[k][1 + nparam + 2 * d + j], 265 isl_int_set_si(path->ineq[k][1 + nparam + 2 * d + i], 1);