add isl_ast_expr_substitute_ids
[isl.git] / include / isl / id_to_ast_expr.h
blob958360c3b63150aea9d40f3bc5d1a869b090bf5b
1 #ifndef ISL_ID_TO_AST_EXPR_H
2 #define ISL_ID_TO_AST_EXPR_H
4 #include <isl/id.h>
5 #include <isl/ast_type.h>
7 #define ISL_KEY_BASE id
8 #define ISL_VAL_BASE ast_expr
9 #include <isl/hmap.h>
10 #undef ISL_KEY_BASE
11 #undef ISL_VAL_BASE
13 #endif