add isl_pw_aff_mod_val
[platform/upstream/isl.git] / isl_band_private.h
index b5e2b08..ef0e0ed 100644 (file)
@@ -33,4 +33,14 @@ struct isl_band {
        isl_band_list *children;
 };
 
+#undef EL
+#define EL isl_band
+
+#include <isl_list_templ.h>
+
+__isl_give isl_band *isl_band_alloc(isl_ctx *ctx);
+
+__isl_give isl_union_map *isl_band_list_get_suffix_schedule(
+       __isl_keep isl_band_list *list);
+
 #endif