Polly 19.0.0git
uset_from_umap.c
Go to the documentation of this file.
2
3/* Return the union set that was treated as the union map "umap".
4 */
6{
7 return (isl_union_set *) umap;
8}
#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_set * uset_from_umap(__isl_take isl_union_map *umap)
Definition: uset_from_umap.c:5