Home
last modified time | relevance | path

Searched defs:isl_map (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_map_private.h96 struct isl_map { struct
97 int ref;
102 unsigned flags;
103 isl_basic_map *cached_simple_hull[2];
105 struct isl_ctx *ctx;
107 isl_space *dim;
109 int n;
111 size_t size;
112 struct isl_basic_map *p[1];
H A Disl_union_map.c1251 __isl_give isl_map *(*fn)(__isl_take isl_map*, __isl_take isl_map*)) in match_bin_op()
2110 __isl_give isl_map *(*fn)(__isl_take isl_map *)) in total()
2202 __isl_give isl_map *(*fn)(__isl_take isl_map *)) in inplace()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dmap_type.h15 typedef struct isl_map isl_map; typedef