allow the user to impose a bound on the number of low-level operations
[isl.git] / include / isl / aff_type.h
blobce19f1dfa188016db1dafd2343b79f215175a917
1 #ifndef ISL_AFF_TYPE_H
2 #define ISL_AFF_TYPE_H
4 #include <isl/list.h>
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
10 struct isl_aff;
11 typedef struct isl_aff isl_aff;
13 ISL_DECLARE_LIST(aff)
15 struct isl_pw_aff;
16 typedef struct isl_pw_aff isl_pw_aff;
18 ISL_DECLARE_LIST(pw_aff)
20 struct isl_multi_aff;
21 typedef struct isl_multi_aff isl_multi_aff;
23 struct isl_pw_multi_aff;
24 typedef struct isl_pw_multi_aff isl_pw_multi_aff;
26 struct isl_union_pw_multi_aff;
27 typedef struct isl_union_pw_multi_aff isl_union_pw_multi_aff;
29 struct isl_multi_pw_aff;
30 typedef struct isl_multi_pw_aff isl_multi_pw_aff;
32 #if defined(__cplusplus)
34 #endif
36 #endif