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

/haiku-buildtools/isl/
H A Disl_local_space.c1077 int n_div_ls, n_div_ma; local
1087 n_div_ls = isl_local_space_dim(ls, isl_dim_div);
1091 res = isl_local_space_alloc(space, n_div_ma + n_div_ls);
1098 res->div = isl_mat_add_zero_cols(res->div, n_div_ls);
1099 res->div = isl_mat_add_rows(res->div, n_div_ls);
1115 ma, 0, 0, n_div_ma, n_div_ls, f, c1, c2, g, 1);

Completed in 31 milliseconds