Home
last modified time | relevance | path

Searched refs:isl_map_lex_lt (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/utils/pyscop/
Disl.py153 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
/external/llvm-project/polly/lib/External/isl/include/isl/
Dmap.h302 __isl_give isl_map *isl_map_lex_lt(__isl_take isl_space *set_space);
Disl-noexceptions.h8662 auto res = isl_map_lex_lt(set_dim.release()); in lex_lt()
/external/llvm-project/polly/lib/External/isl/
Disl_input.c1759 set = isl_map_wrap(isl_map_lex_lt(space)); in list_cmp()
Disl_map.c5279 __isl_give isl_map *isl_map_lex_lt(__isl_take isl_space *set_space) in isl_map_lex_lt() function
5359 map = isl_map_lex_lt(isl_set_get_space(set1)); in isl_set_lex_lt_set()
5399 map = isl_map_lex_lt(isl_space_range(isl_map_get_space(map1))); in isl_map_lex_lt_map()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod1991 __isl_give isl_map *isl_map_lex_lt(
2011 (C<isl_map_lex_lt>), less or equal (C<isl_map_lex_le>),