isl_tab_basic_map_partial_lexopt: detect modulos and integer divisions
[isl.git] / isl_maybe_aff.h
blob3a2d7262233e8d462c0e4f1b35e0663e607aea1b
1 #ifndef ISL_MAYBE_AFF_H
2 #define ISL_MAYBE_AFF_H
4 #include <isl/aff_type.h>
6 #define ISL_TYPE isl_aff
7 #include <isl/maybe_templ.h>
8 #undef ISL_TYPE
10 #endif