HomeSort by: relevance | last modified time | path
    Searched refs:isl_obj_union_set (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
obj.h 31 #define isl_obj_union_set (&isl_obj_union_set_vtable) macro
  /src/external/mit/isl/dist/
isl_input.c 2853 obj.type = isl_obj_union_set;
2874 if (obj1.type == isl_obj_set && obj2.type == isl_obj_union_set)
2876 if (obj1.type == isl_obj_union_set && obj2.type == isl_obj_set)
3005 obj.type = isl_obj_union_set;
3191 obj.type = isl_obj_union_set;
3194 if (obj.v && obj.type == isl_obj_union_set &&
3214 obj.type = isl_obj_union_set;
3218 isl_assert(ctx, obj.type == isl_obj_union_set, goto error);

Completed in 59 milliseconds