Polly 19.0.0git
bset_from_bmap.c
Go to the documentation of this file.
1#include <isl/map_type.h>
2
3/* Return the basic set that was treated as the basic map "bmap".
4 */
6{
7 return (isl_basic_set *) bmap;
8}
static __isl_give isl_basic_set * bset_from_bmap(__isl_take isl_basic_map *bmap)
Definition: bset_from_bmap.c:5
#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