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_aff_gist_params
[isl.git]
/
include
/
isl
/
aff_type.h
blob
152eeb554e375a1b07ca56e95a7496ed5472787b
1
#ifndef ISL_AFF_TYPE_H
2
#define ISL_AFF_TYPE_H
3
4
struct
isl_aff
;
5
typedef
struct
isl_aff isl_aff
;
6
7
struct
isl_pw_aff
;
8
typedef
struct
isl_pw_aff isl_pw_aff
;
9
10
struct
isl_multi_aff
;
11
typedef
struct
isl_multi_aff isl_multi_aff
;
12
13
struct
isl_pw_multi_aff
;
14
typedef
struct
isl_pw_multi_aff isl_pw_multi_aff
;
15
16
#endif