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_basic_map_add_div_constraints: use isl_basic_map_var_offset
[isl.git]
/
isl_local_private.h
blob
bb44d36b83a326665c4f325b0288e3be5d08c0ec
1
#ifndef ISL_LOCAL_PRIVATE_H
2
#define ISL_LOCAL_PRIVATE_H
3
4
#include <isl_local.h>
5
6
__isl_give isl_local
*
isl_local_alloc_from_mat
(
__isl_take isl_mat
*
mat
);
7
8
#endif