Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/include/isl/
H A Dobj.h31 #define isl_obj_union_set (&isl_obj_union_set_vtable) macro
/llvm-project/polly/lib/External/isl/
H A Disl_input.c2849 obj.type = isl_obj_union_set; in to_union()
2870 if (obj1.type == isl_obj_set && obj2.type == isl_obj_union_set) in obj_add()
2872 if (obj1.type == isl_obj_union_set && obj2.type == isl_obj_set) in obj_add()
3001 obj.type = isl_obj_union_set; in obj_read_disjuncts()
3187 obj.type = isl_obj_union_set; in isl_stream_read_union_map()
3190 if (obj.v && obj.type == isl_obj_union_set && in isl_stream_read_union_map()
3210 obj.type = isl_obj_union_set; in extract_union_set()
3214 isl_assert(ctx, obj.type == isl_obj_union_set, goto error); in extract_union_set()