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
uset_to_umap.c
Go to the documentation of this file.
1
#include <
isl/union_map_type.h
>
2
3
/* Treat "uset" as a union map.
4
* Internally, isl_union_set is defined to isl_union_map, so in practice,
5
* this function performs a redundant cast.
6
*/
7
static
__isl_give
isl_union_map
*
uset_to_umap
(
__isl_take
isl_union_set
*uset)
8
{
9
return
(
isl_union_map
*) uset;
10
}
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
isl_union_map
Definition:
isl_union_map_private.h:6
union_map_type.h
isl_union_set
struct isl_union_set isl_union_set
Definition:
union_map_type.h:16
uset_to_umap
static __isl_give isl_union_map * uset_to_umap(__isl_take isl_union_set *uset)
Definition:
uset_to_umap.c:7
Generated on Tue Apr 22 2025 02:09:33 for Polly by
1.9.6