Polly 19.0.0git
bset_to_bmap.c
Go to the documentation of this file.
1#include <isl/map_type.h>
2
3/* Treat "bset" as a basic map.
4 * Internally, isl_basic_set is defined to isl_basic_map, so in practice,
5 * this function performs a redundant cast.
6 */
8{
9 return (isl_basic_map *) bset;
10}
static __isl_give isl_basic_map * bset_to_bmap(__isl_take isl_basic_set *bset)
Definition: bset_to_bmap.c:7
#define __isl_take
Definition: ctx.h:22
#define __isl_give
Definition: ctx.h:19
struct isl_basic_set isl_basic_set
Definition: map_type.h:20