export isl_pw_aff_dim
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 28 Jun 2011 19:23:04 +0000 (21:23 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 30 Jun 2011 12:34:34 +0000 (14:34 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h

index 32be371..7e6d09a 100644 (file)
@@ -2245,6 +2245,8 @@ The expression can be inspected using
                __isl_keep isl_aff *aff, int pos);
 
        isl_ctx *isl_pw_aff_get_ctx(__isl_keep isl_pw_aff *pwaff);
+       unsigned isl_pw_aff_dim(__isl_keep isl_pw_aff *pwaff,
+               enum isl_dim_type type);
        int isl_pw_aff_is_empty(__isl_keep isl_pw_aff *pwaff);
 
 It can be modified using
index 9de587e..3a2f8a1 100644 (file)
@@ -91,6 +91,8 @@ __isl_give isl_pw_aff *isl_pw_aff_max(__isl_take isl_pw_aff *pwaff1,
 __isl_give isl_pw_aff *isl_pw_aff_copy(__isl_keep isl_pw_aff *pwaff);
 void *isl_pw_aff_free(__isl_take isl_pw_aff *pwaff);
 
+unsigned isl_pw_aff_dim(__isl_keep isl_pw_aff *pwaff, enum isl_dim_type type);
+
 __isl_give isl_map *isl_map_from_pw_aff(__isl_take isl_pw_aff *pwaff);
 
 __isl_give isl_printer *isl_printer_print_pw_aff(__isl_take isl_printer *p,