privately export pet_stmt_is_affine_assume
[pet.git] / patch.h
blobf3678afda9a0810e421062bd26ecbce6bfbc3654
1 #ifndef PET_PATCH_H
2 #define PET_PATCH_H
4 #include <isl/aff.h>
5 #include <isl/union_map.h>
7 __isl_give isl_multi_pw_aff *pet_patch_multi_pw_aff(
8 __isl_take isl_multi_pw_aff *prefix, __isl_take isl_multi_pw_aff *mpa,
9 int add);
10 __isl_give isl_union_map *pet_patch_union_map(
11 __isl_take isl_multi_pw_aff *prefix, __isl_take isl_union_map *umap,
12 int add, int warn);
14 #endif