Polly
20.0.0git
llvm-project
polly
lib
External
isl
set_from_map.c
Go to the documentation of this file.
1
#include <
isl/map_type.h
>
2
3
/* Return the set that was treated as the map "map".
4
*/
5
static
__isl_give
isl_set
*
set_from_map
(
__isl_take
isl_map
*
map
)
6
{
7
return
(
isl_set
*)
map
;
8
}
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
map
const char * map
Definition:
isl_test.c:1783
map_type.h
isl_set
struct isl_set isl_set
Definition:
map_type.h:26
set_from_map
static __isl_give isl_set * set_from_map(__isl_take isl_map *map)
Definition:
set_from_map.c:5
isl_map
Definition:
isl_map_private.h:96
Generated on Wed Nov 13 2024 03:17:30 for Polly by
1.9.6