reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
119 ls = isl_basic_map_get_local_space(bmap); 120 v = isl_vec_alloc(ctx, 1 + isl_local_space_dim(ls, isl_dim_all)); 124 constraint = isl_constraint_alloc_vec(eq, ls, v); 129 isl_local_space_free(ls);