Polly
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
i
l
m
p
r
s
v
Enumerations
Enumerator
Related Functions
a
d
f
l
m
s
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
f
i
m
o
r
s
t
Enumerations
a
g
i
m
o
t
Enumerator
i
m
o
t
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
llvm-project
polly
lib
External
isl
isl_union_pw_templ.c
Go to the documentation of this file.
1
#define xCAT(A,B) A ## B
2
#define CAT(A,B) xCAT(A,B)
3
#undef EL
4
#define EL CAT(isl_,BASE)
5
#undef PW_BASE
6
#define PW_BASE CAT(pw_,BASE)
7
#undef PW
8
#define PW CAT(isl_,PW_BASE)
9
#undef UNION_BASE
10
#define UNION_BASE CAT(union_,PW_BASE)
11
#undef UNION
12
#define UNION CAT(isl_,UNION_BASE)
13
#define xFN(TYPE,NAME) TYPE ## _ ## NAME
14
#define FN(TYPE,NAME) xFN(TYPE,NAME)
15
16
/* Create a union piecewise expression
17
* with the given base expression on a universe domain.
18
*/
19
__isl_give
UNION
*
FN
(
FN
(
UNION
,from),
BASE
)(
__isl_take
EL
*el)
20
{
21
return
FN
(
FN
(
UNION
,from),
PW_BASE
)(
FN
(
FN
(
PW
,from),
BASE
)(el));
22
}
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
BASE
#define BASE
Definition:
flow_cmp.c:49
PW_BASE
#define PW_BASE
Definition:
isl_union_pw_templ.c:6
EL
#define EL
Definition:
isl_union_pw_templ.c:4
PW
#define PW
Definition:
isl_union_pw_templ.c:8
FN
#define FN(TYPE, NAME)
Definition:
isl_union_pw_templ.c:14
UNION
Definition:
isl_union_multi.c:37
Generated on Thu Apr 24 2025 00:00:58 for Polly by
1.9.6