Polly 19.0.0git
uset_to_umap.c
Go to the documentation of this file.
2
3/* Treat "uset" as a union map.
4 * Internally, isl_union_set is defined to isl_union_map, so in practice,
5 * this function performs a redundant cast.
6 */
8{
9 return (isl_union_map *) uset;
10}
#define __isl_take
Definition: ctx.h:22
#define __isl_give
Definition: ctx.h:19
struct isl_union_set isl_union_set
static __isl_give isl_union_map * uset_to_umap(__isl_take isl_union_set *uset)
Definition: uset_to_umap.c:7