Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/
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.c1218 __isl_give isl_map *(*fn)(__isl_take isl_map*, __isl_take isl_map*)) in match_bin_op()
2077 __isl_give isl_map *(*fn)(__isl_take isl_map *)) in total()
2169 __isl_give isl_map *(*fn)(__isl_take isl_map *)) in inplace()
/llvm-project/polly/lib/External/isl/include/isl/
H A Dmap_type.h15 typedef struct isl_map isl_map; typedef