Searched refs:isl_set_from_union_set (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/isl/include/isl/
H A Dunion_set.h96 __isl_give isl_set *isl_set_from_union_set(__isl_take isl_union_set *uset);
/haiku-buildtools/isl/
H A Disl_union_templ.c663 isl_set_from_union_set(uset));
671 return FN(UNION,gist_params)(u, isl_set_from_union_set(uset));
H A Disl_union_map.c34 set = isl_set_from_union_set(isl_union_set_copy(uset));
427 __isl_give isl_set *isl_set_from_union_set(__isl_take isl_union_set *uset) function
662 isl_set_from_union_set(uset));
668 return isl_union_map_gist_params(umap, isl_set_from_union_set(uset));
1686 return isl_set_from_union_set(cond_un_op(umap, &params_entry));
H A Disl_ast_codegen.c1636 domain = isl_set_from_union_set(uset);
2711 domain = isl_set_from_union_set(schedule_domain);
H A Disl_test.c2502 delta_set = isl_set_from_union_set(delta);

Completed in 77 milliseconds