repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
expr.c: extract out pet_expr_get_affine
[pet.git]
/
pet_expr_to_isl_pw_aff.h
blob
480017078d4958ea44f00703ebde72edc096a7ec
1
#ifndef PET_EXPR_TO_ISL_PW_AFF_H
2
#define PET_EXPR_TO_ISL_PW_AFF_H
3
4
#define ISL_KEY pet_expr
5
#define ISL_VAL isl_pw_aff
6
#define ISL_HMAP_SUFFIX pet_expr_to_isl_pw_aff
7
#define ISL_HMAP pet_expr_to_isl_pw_aff
8
#include <isl/hmap.h>
9
#undef ISL_KEY
10
#undef ISL_VAL
11
#undef ISL_HMAP_SUFFIX
12
#undef ISL_HMAP
13
14
#endif