codegen_test.sh.in: determine option to produce context diff
[isl.git] / include / isl / polynomial_type.h
blob02bbc03b54fff1c6ad3cbdd92ccf020fd69f5baa
1 #ifndef ISL_POLYNOMIAL_TYPE_H
2 #define ISL_POLYNOMIAL_TYPE_H
4 #include <isl/ctx.h>
5 #include <isl/list.h>
7 struct isl_qpolynomial;
8 typedef struct isl_qpolynomial isl_qpolynomial;
10 ISL_DECLARE_LIST_TYPE(qpolynomial)
12 struct isl_term;
13 typedef struct isl_term isl_term;
15 struct __isl_export isl_pw_qpolynomial;
16 typedef struct isl_pw_qpolynomial isl_pw_qpolynomial;
18 ISL_DECLARE_LIST_TYPE(pw_qpolynomial)
20 enum isl_fold {
21 isl_fold_error = -1,
22 isl_fold_min,
23 isl_fold_max,
24 isl_fold_list
27 struct isl_qpolynomial_fold;
28 typedef struct isl_qpolynomial_fold isl_qpolynomial_fold;
30 struct isl_pw_qpolynomial_fold;
31 typedef struct isl_pw_qpolynomial_fold isl_pw_qpolynomial_fold;
33 ISL_DECLARE_LIST_TYPE(pw_qpolynomial_fold)
35 struct __isl_export isl_union_pw_qpolynomial;
36 typedef struct isl_union_pw_qpolynomial isl_union_pw_qpolynomial;
38 struct isl_union_pw_qpolynomial_fold;
39 typedef struct isl_union_pw_qpolynomial_fold isl_union_pw_qpolynomial_fold;
41 #endif