add exported isl_union_map_intersect_range_wrapped_domain_union_set
commit6020d1781591591dddb4361fc8a8b0e5702c45c1
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 13 Oct 2017 13:04:54 +0000 (13 15:04 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 26 Dec 2021 21:20:44 +0000 (26 22:20 +0100)
tree18cf2186cf18ada3c7202b1bd29239618c9e789c
parentbc62c0ee35e0ca3a86a42a36315f4b70a19da7f0
add exported isl_union_map_intersect_range_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.
Similarly to isl_union_map_intersect_domain_wrapped_domain_union_set
in the previous commit, this function has a type suffix so that
a space variant could be added later.

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