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_union_flow_copy
[isl.git]
/
isl_local.h
blob
f989fcbe79f2eafcaf431750151985656ac145fc
1
#ifndef ISL_LOCAL_H
2
#define ISL_LOCAL_H
3
4
#include <isl/mat.h>
5
6
isl_bool
isl_local_div_is_known
(
__isl_keep isl_mat
*
div
,
int
pos
);
7
int
isl_local_cmp
(
__isl_keep isl_mat
*
div1
,
__isl_keep isl_mat
*
div2
);
8
9
#endif