reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1084 ls = isl_local_space_cow(ls); 1084 ls = isl_local_space_cow(ls); 1085 if (!ls || !subs) 1086 return isl_local_space_free(ls); 1088 if (!isl_space_is_equal(ls->dim, subs->ls->dim)) 1089 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, 1090 "spaces don't match", return isl_local_space_free(ls)); 1092 isl_die(isl_local_space_get_ctx(ls), isl_error_unsupported, 1094 return isl_local_space_free(ls)); 1096 return isl_local_space_substitute_seq(ls, type, pos, subs->v->el, 1097 subs->v->size, 0, ls->div->n_row);