HomeSort by: relevance | last modified time | path
    Searched refs:isl_map_bind_range (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
map.h 600 __isl_give isl_set *isl_map_bind_range(__isl_take isl_map *map,
cpp-checked.h 9708 auto res = isl_map_bind_range(copy(), tuple.release());
cpp.h 11915 auto res = isl_map_bind_range(copy(), tuple.release());
  /src/external/mit/isl/dist/
isl_union_map.c 4601 /* Wrapper around isl_map_bind_range for use as a un_op callback.
4607 return isl_map_bind_range(map, isl_multi_id_copy(tuple));
isl_map.c 12833 __isl_give isl_set *isl_map_bind_range(__isl_take isl_map *map, function
  /src/external/mit/isl/dist/interface/
isl.py 9146 res = isl.isl_map_bind_range(isl.isl_map_copy(arg0.ptr), isl.isl_multi_id_copy(arg1.ptr))
10295 isl.isl_map_bind_range.restype = c_void_p
10296 isl.isl_map_bind_range.argtypes = [c_void_p, c_void_p]

Completed in 54 milliseconds