Searched refs:isl_set_is_wrapping (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_schedule_band.c613 if (isl_set_is_wrapping(set) && !strcmp(name, "isolate"))
668 if (!isl_set_is_wrapping(set))
H A Disl_union_map.c2456 struct isl_un_op_drop_user_data data = { &isl_set_is_wrapping };
2623 struct isl_un_op_drop_user_data data = { &isl_set_is_wrapping };
H A Disl_test.c7814 ok = isl_set_is_wrapping(set);
H A Disl_map.c12218 isl_bool isl_set_is_wrapping(__isl_keep isl_set *set) function
12325 return isl_map_change_space(set, &isl_set_is_wrapping,
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmap.h543 isl_bool isl_set_is_wrapping(__isl_keep isl_set *set);
H A Dcpp-checked.h17259 auto res = isl_set_is_wrapping(get());
H A Dcpp.h24064 auto res = isl_set_is_wrapping(get());
/netbsd-current/external/mit/isl/dist/interface/
H A Disl.py11843 res = isl.isl_set_is_wrapping(arg0.ptr)
12430 isl.isl_set_is_wrapping.argtypes = [c_void_p]

Completed in 631 milliseconds