Searched refs:isl_map_lex_gt (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmap.h322 __isl_give isl_map *isl_map_lex_gt(__isl_take isl_space *set_space);
/netbsd-current/external/mit/isl/dist/
H A Disl_input.c1906 set = isl_map_wrap(isl_map_lex_gt(space));
H A Disl_ast_codegen.c4348 gt = isl_union_map_from_map(isl_map_lex_gt(space));
H A Disl_map.c5462 __isl_give isl_map *isl_map_lex_gt(__isl_take isl_space *set_space) function
5506 map = isl_map_lex_gt(isl_set_get_space(set1));
5546 map = isl_map_lex_gt(isl_space_range(isl_map_get_space(map1)));

Completed in 367 milliseconds