projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
isl_pw_aff_non_zero_set: don't assume isl_pw_aff is total
[platform/upstream/isl.git]
/
isl_point_private.h
1
#include <isl/space.h>
2
#include <isl/point.h>
3
#include <isl/vec.h>
4
5
struct isl_point {
6
int ref;
7
isl_space *dim;
8
struct isl_vec *vec;
9
};
10
11
__isl_give isl_point *isl_point_alloc(__isl_take isl_space *dim,
12
__isl_take isl_vec *vec);