repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_ast_build_expr_from_set_internal: only exploit individual earlier disjuncts
[isl.git]
/
include
/
isl
/
map_to_basic_set.h
blob
7df8ee3e0a95b356be700a391036a57d85c0b8c5
1
#ifndef ISL_MAP_TO_BASIC_SET_H
2
#define ISL_MAP_TO_BASIC_SET_H
3
4
#include <isl/set_type.h>
5
#include <isl/map_type.h>
6
7
#define ISL_KEY_BASE map
8
#define ISL_VAL_BASE basic_set
9
#include <isl/hmap.h>
10
#undef ISL_KEY_BASE
11
#undef ISL_VAL_BASE
12
13
#endif