Polly
20.0.0git
llvm-project
polly
lib
External
isl
set_to_map.c
Go to the documentation of this file.
1
#include <
isl/map_type.h
>
2
3
/* Treat "set" as a map.
4
* Internally, isl_set is defined to isl_map, so in practice,
5
* this function performs a redundant cast.
6
*/
7
static
__isl_give
isl_map
*
set_to_map
(
__isl_take
isl_set
*
set
)
8
{
9
return
(
isl_map
*)
set
;
10
}
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
set
const char * set
Definition:
isl_test.c:1356
map_type.h
isl_set
struct isl_set isl_set
Definition:
map_type.h:26
isl_map
Definition:
isl_map_private.h:96
set_to_map
static Signature set_to_map
Definition:
template_cpp.cc:597
Generated on Wed Nov 13 2024 03:17:30 for Polly by
1.9.6