Polly
22.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
isl_set
#define isl_set
Definition
isl_map_private.h:15
set
const char * set
Definition
isl_test.c:1356
map_type.h
isl_map
Definition
isl_map_private.h:96
set_to_map
static Signature set_to_map
Definition
template_cpp.cc:597
Generated on
for Polly by
1.14.0