Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dobj.h31 #define isl_obj_union_set (&isl_obj_union_set_vtable) macro
/external/llvm-project/polly/lib/External/isl/
Disl_input.c2722 obj.type = isl_obj_union_set; in to_union()
2743 if (obj1.type == isl_obj_set && obj2.type == isl_obj_union_set) in obj_add()
2745 if (obj1.type == isl_obj_union_set && obj2.type == isl_obj_set) in obj_add()
2874 obj.type = isl_obj_union_set; in obj_read_disjuncts()
3060 obj.type = isl_obj_union_set; in isl_stream_read_union_map()
3063 if (obj.v && obj.type == isl_obj_union_set && in isl_stream_read_union_map()
3083 obj.type = isl_obj_union_set; in extract_union_set()
3087 isl_assert(ctx, obj.type == isl_obj_union_set, goto error); in extract_union_set()