Home
last modified time | relevance | path

Searched refs:isl_map_lexmax (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_map_lexopt_templ.c216 __isl_give TYPE *SF(isl_map_lexmax,SUFFIX)(__isl_take isl_map *map) in SF() argument
228 return SF(isl_map_lexmax,SUFFIX)(set); in SF()
H A Disl_union_map.c2281 return total(umap, &isl_map_lexmax); in isl_union_map_lexmax()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dmap.h265 __isl_give isl_map *isl_map_lexmax(__isl_take isl_map *map);
H A Dcpp-checked.h10286 auto res = isl_map_lexmax(copy()); in lexmax()
H A Dcpp.h12907 auto res = isl_map_lexmax(copy()); in lexmax()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod6814 should be postprocessed by C<isl_map_lexmax>.
6818 Note, however, that C<isl_map_lexmax> expects the maximum to be
9376 __isl_give isl_map *isl_map_lexmax(
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py9786 res = isl.isl_map_lexmax(isl.isl_map_copy(arg0.ptr))
10383 isl.isl_map_lexmax.restype = c_void_p
10384 isl.isl_map_lexmax.argtypes = [c_void_p]