add exported isl_union_map_intersect_domain_wrapped_domain_union_set
commitbc62c0ee35e0ca3a86a42a36315f4b70a19da7f0
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 13 Oct 2017 12:59:37 +0000 (13 14:59 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 26 Dec 2021 21:17:40 +0000 (26 22:17 +0100)
tree8aa96be0b2b3c32065943c7c520134206cd9f143
parent6b7cd00439e5e86cffea8e76e5da32ce5bd00146
add exported isl_union_map_intersect_domain_wrapped_domain_union_set

This function allows the wrapped domain to be intersected directly,
without having to first modify the union map to expose the domain.
The function has a type suffix so that a space variant
could be added later similarly to functions such as
isl_union_pw_aff_intersect_domain_*.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/union_map.h
isl_test2.cc
isl_union_map.c