Home
last modified time | relevance | path

Searched refs:isl_obj_union_set (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dobj.h31 #define isl_obj_union_set (&isl_obj_union_set_vtable) macro
/netbsd-src/external/mit/isl/dist/
H A Disl_input.c2853 obj.type = isl_obj_union_set; in to_union()
2874 if (obj1.type == isl_obj_set && obj2.type == isl_obj_union_set) in obj_add()
2876 if (obj1.type == isl_obj_union_set && obj2.type == isl_obj_set) in obj_add()
3005 obj.type = isl_obj_union_set; in obj_read_disjuncts()
3191 obj.type = isl_obj_union_set; in isl_stream_read_union_map()
3194 if (obj.v && obj.type == isl_obj_union_set && in isl_stream_read_union_map()
3214 obj.type = isl_obj_union_set; in extract_union_set()
3218 isl_assert(ctx, obj.type == isl_obj_union_set, goto error); in extract_union_set()