id_to_pw_aff.h 359 B

123456789101112131415161718
  1. #ifndef ISL_ID_TO_PW_AFF_H
  2. #define ISL_ID_TO_PW_AFF_H
  3. #include <isl/id_type.h>
  4. #include <isl/aff_type.h>
  5. #include <isl/maybe_pw_aff.h>
  6. #define ISL_KEY isl_id
  7. #define ISL_VAL isl_pw_aff
  8. #define ISL_HMAP_SUFFIX id_to_pw_aff
  9. #define ISL_HMAP isl_id_to_pw_aff
  10. #include <isl/hmap.h>
  11. #undef ISL_KEY
  12. #undef ISL_VAL
  13. #undef ISL_HMAP_SUFFIX
  14. #undef ISL_HMAP
  15. #endif