X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_local_space_private.h;h=d54c3e3ebf1b1e0308ed6e3f8633f7e119845b19;hb=ca90b151a05f17ccc1c3215ff24dc5d7b9198ff4;hp=466e0184c803a773e4f2a3fd6a54f9356f06751b;hpb=1dc0eaaea349ed0598f02b9968574dd4af7548c8;p=platform%2Fupstream%2Fisl.git diff --git a/isl_local_space_private.h b/isl_local_space_private.h index 466e018..d54c3e3 100644 --- a/isl_local_space_private.h +++ b/isl_local_space_private.h @@ -52,7 +52,7 @@ int *isl_local_space_get_active(__isl_keep isl_local_space *ls, isl_int *l); __isl_give isl_local_space *isl_local_space_substitute_seq( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, isl_int *subs, int subs_len, - int first); + int first, int n); __isl_give isl_local_space *isl_local_space_substitute( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, __isl_keep isl_aff *subs); @@ -60,4 +60,7 @@ __isl_give isl_local_space *isl_local_space_substitute( __isl_give isl_local_space *isl_local_space_lift( __isl_take isl_local_space *ls); +__isl_give isl_local_space *isl_local_space_preimage_multi_aff( + __isl_take isl_local_space *ls, __isl_take isl_multi_aff *ma); + #endif