export isl_pw_multi_aff_domain
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 29 Jan 2012 17:15:51 +0000 (18:15 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Feb 2012 13:20:40 +0000 (14:20 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h

index 0acc8ab..a9de4b0 100644 (file)
@@ -3244,6 +3244,8 @@ Operations include
        __isl_give isl_pw_multi_aff *isl_pw_multi_aff_gist(
                __isl_take isl_pw_multi_aff *pma,
                __isl_take isl_set *set);
+       __isl_give isl_set *isl_pw_multi_aff_domain(
+               __isl_take isl_pw_multi_aff *pma);
 
 If the C<ls> argument of C<isl_multi_aff_lift> is not C<NULL>,
 then it is assigned the local space that lies at the basis of
index 2f4d6be..3a3126b 100644 (file)
@@ -307,6 +307,8 @@ __isl_give isl_pw_multi_aff *isl_pw_multi_aff_set_tuple_id(
        __isl_take isl_pw_multi_aff *pma,
        enum isl_dim_type type, __isl_take isl_id *id);
 
+__isl_give isl_set *isl_pw_multi_aff_domain(__isl_take isl_pw_multi_aff *pma);
+
 __isl_give isl_pw_multi_aff *isl_pw_multi_aff_empty(__isl_take isl_space *space);
 
 const char *isl_pw_multi_aff_get_dim_name(__isl_keep isl_pw_multi_aff *pma,