From: Sven Verdoolaege Date: Mon, 25 Jul 2011 13:01:08 +0000 (+0200) Subject: export isl_pw_aff_zero_set X-Git-Tag: isl-0.08~196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db033c043caab96870630fd5486101590f84fc8a;p=platform%2Fupstream%2Fisl.git export isl_pw_aff_zero_set Signed-off-by: Sven Verdoolaege --- diff --git a/doc/user.pod b/doc/user.pod index 2ece40a..43105f2 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -2580,6 +2580,8 @@ of C and C where C is greater than or equal to C #include __isl_give isl_set *isl_pw_aff_nonneg_set( __isl_take isl_pw_aff *pwaff); + __isl_give isl_set *isl_pw_aff_zero_set( + __isl_take isl_pw_aff *pwaff); The function C returns a set containing those elements in the domain diff --git a/include/isl/aff.h b/include/isl/aff.h index bb6dd01..b5362c9 100644 --- a/include/isl/aff.h +++ b/include/isl/aff.h @@ -152,6 +152,7 @@ __isl_give isl_pw_aff *isl_pw_aff_gist(__isl_take isl_pw_aff *pwaff, __isl_give isl_map *isl_map_from_pw_aff(__isl_take isl_pw_aff *pwaff); __isl_give isl_set *isl_pw_aff_nonneg_set(__isl_take isl_pw_aff *pwaff); +__isl_give isl_set *isl_pw_aff_zero_set(__isl_take isl_pw_aff *pwaff); __isl_give isl_set *isl_pw_aff_eq_set(__isl_take isl_pw_aff *pwaff1, __isl_take isl_pw_aff *pwaff2);