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
add isl_multi_union_pw_aff_zero_union_set
[isl.git]
/
isl_union_map_private.h
blob
eecb2de680f215b0d6e46e0351b2a36bc7f52b11
1
#define isl_union_set_list isl_union_map_list
2
#define isl_union_set isl_union_map
3
#include <isl/union_map.h>
4
#include <isl/union_set.h>
5
6
struct
isl_union_map
{
7
int
ref
;
8
isl_space
*
dim
;
9
10
struct
isl_hash_table table
;
11
};