Searched refs:isl_map_lex_lt (Results 1 – 6 of 6) sorted by relevance
153 return isl.isl_map_lex_lt(dim)548 isl.isl_map_lex_lt.argtypes = [c_int]549 isl.isl_map_lex_lt.restype = Map.from_ptr
316 __isl_give isl_map *isl_map_lex_lt(__isl_take isl_space *set_space);
11397 auto res = isl_map_lex_lt(set_space.release()); in lex_lt()
1758 set = isl_map_wrap(isl_map_lex_lt(space)); in list_cmp()
5389 __isl_give isl_map *isl_map_lex_lt(__isl_take isl_space *set_space) in isl_map_lex_lt() function5469 map = isl_map_lex_lt(isl_set_get_space(set1)); in isl_set_lex_lt_set()5509 map = isl_map_lex_lt(isl_space_range(isl_map_get_space(map1))); in isl_map_lex_lt_map()
2089 __isl_give isl_map *isl_map_lex_lt(2109 (C<isl_map_lex_lt>), less or equal (C<isl_map_lex_le>),