add isl_id_to_pw_aff
[isl.git] / include / isl / id_to_pw_aff.h
blobe54fefb50b86829d46af4fed7cf2da90627ad66e
1 #ifndef ISL_ID_TO_PW_AFF_H
2 #define ISL_ID_TO_PW_AFF_H
4 #include <isl/id.h>
5 #include <isl/aff_type.h>
7 #define ISL_KEY_BASE id
8 #define ISL_VAL_BASE pw_aff
9 #include <isl/hmap.h>
10 #undef ISL_KEY_BASE
11 #undef ISL_VAL_BASE
13 #endif