Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dobj.h31 #define isl_obj_union_set (&isl_obj_union_set_vtable) macro
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_input.c2725 obj.type = isl_obj_union_set; in to_union()
2746 if (obj1.type == isl_obj_set && obj2.type == isl_obj_union_set) in obj_add()
2748 if (obj1.type == isl_obj_union_set && obj2.type == isl_obj_set) in obj_add()
2877 obj.type = isl_obj_union_set; in obj_read_disjuncts()
3063 obj.type = isl_obj_union_set; in isl_stream_read_union_map()
3066 if (obj.v && obj.type == isl_obj_union_set && in isl_stream_read_union_map()
3086 obj.type = isl_obj_union_set; in extract_union_set()
3090 isl_assert(ctx, obj.type == isl_obj_union_set, goto error); in extract_union_set()