add isl_union_map_fixed_power_val
[platform/upstream/isl.git] / include / isl / map.h
index 421c8bc..6c469af 100644 (file)
@@ -619,6 +619,8 @@ int isl_map_foreach_basic_map(__isl_keep isl_map *map,
 __isl_give isl_map *isl_set_lifting(__isl_take isl_set *set);
 
 __isl_give isl_map *isl_map_fixed_power(__isl_take isl_map *map, isl_int exp);
+__isl_give isl_map *isl_map_fixed_power_val(__isl_take isl_map *map,
+       __isl_take isl_val *exp);
 __isl_give isl_map *isl_map_power(__isl_take isl_map *map, int *exact);
 __isl_give isl_map *isl_map_reaching_path_lengths(__isl_take isl_map *map,
        int *exact);