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

/haiku-buildtools/isl/include/isl/
H A Dlocal_space.h54 __isl_give isl_local_space *isl_local_space_drop_dims(
/haiku-buildtools/isl/
H A Disl_local_space.c639 ls = isl_local_space_drop_dims(ls, isl_dim_out,
653 ls = isl_local_space_drop_dims(ls, isl_dim_in,
856 __isl_give isl_local_space *isl_local_space_drop_dims( function
H A Disl_aff.c987 aff->ls = isl_local_space_drop_dims(aff->ls, isl_dim_div, pos, n - pos);
2000 aff->ls = isl_local_space_drop_dims(aff->ls, type, first, n);
H A Disl_map.c6876 ls = isl_local_space_drop_dims(ls, isl_dim_div,

Completed in 83 milliseconds