From 5348be4fba615bb6f5ca8f41f078d899f3189f89 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 29 Jan 2012 18:15:51 +0100 Subject: [PATCH] export isl_pw_multi_aff_domain Signed-off-by: Sven Verdoolaege --- doc/user.pod | 2 ++ include/isl/aff.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/user.pod b/doc/user.pod index 0acc8ab..a9de4b0 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -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 argument of C is not C, then it is assigned the local space that lies at the basis of diff --git a/include/isl/aff.h b/include/isl/aff.h index 2f4d6be..3a3126b 100644 --- a/include/isl/aff.h +++ b/include/isl/aff.h @@ -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, -- 2.7.4