Polly
20.0.0git
llvm-project
polly
lib
External
isl
uset_from_umap.c
Go to the documentation of this file.
1
#include <
isl/union_map_type.h
>
2
3
/* Return the union set that was treated as the union map "umap".
4
*/
5
static
__isl_give
isl_union_set
*
uset_from_umap
(
__isl_take
isl_union_map
*umap)
6
{
7
return
(
isl_union_set
*) umap;
8
}
__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_from_umap
static __isl_give isl_union_set * uset_from_umap(__isl_take isl_union_map *umap)
Definition:
uset_from_umap.c:5
Generated on Wed Nov 13 2024 03:17:31 for Polly by
1.9.6