From cf1ac3c8ce1a94e9d9449db61ec5ab847d34a019 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 13 Jul 2013 10:12:30 +0200 Subject: [PATCH] declare isl_pw_aff_has_tuple_id Signed-off-by: Sven Verdoolaege --- doc/user.pod | 2 ++ include/isl/aff.h | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/user.pod b/doc/user.pod index 36969c16..d3d07e53 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -3567,6 +3567,8 @@ The expression can be inspected using __isl_give isl_id *isl_pw_aff_get_dim_id( __isl_keep isl_pw_aff *pa, enum isl_dim_type type, unsigned pos); + int isl_pw_aff_has_tuple_id(__isl_keep isl_pw_aff *pa, + enum isl_dim_type type); __isl_give isl_id *isl_pw_aff_get_tuple_id( __isl_keep isl_pw_aff *pa, enum isl_dim_type type); diff --git a/include/isl/aff.h b/include/isl/aff.h index b0e222cb..01478d4b 100644 --- a/include/isl/aff.h +++ b/include/isl/aff.h @@ -172,6 +172,7 @@ int isl_pw_aff_is_cst(__isl_keep isl_pw_aff *pwaff); __isl_give isl_pw_aff *isl_pw_aff_align_params(__isl_take isl_pw_aff *pwaff, __isl_take isl_space *model); +int isl_pw_aff_has_tuple_id(__isl_keep isl_pw_aff *pa, enum isl_dim_type type); __isl_give isl_id *isl_pw_aff_get_tuple_id(__isl_keep isl_pw_aff *pa, enum isl_dim_type type); __isl_give isl_pw_aff *isl_pw_aff_set_tuple_id(__isl_take isl_pw_aff *pwaff, -- 2.11.4.GIT