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

/haiku-buildtools/isl/
H A Disl_map_piplib.c194 unsigned old_n_div = bmap->n_div; local
247 if (isl_basic_map_free_inequality(bmap, 2*(bmap->n_div - old_n_div)))
249 if (isl_basic_map_free_div(bmap, bmap->n_div - old_n_div))
H A Disl_aff.c1423 int old_n_div; local
1431 old_n_div = isl_local_space_dim(aff->ls, isl_dim_div);
1433 if (new_n_div < old_n_div)
1437 aff->v = isl_vec_extend(aff->v, aff->v->size + new_n_div - old_n_div);
1442 j = old_n_div - 1;
H A Disl_map.c6746 int old_n_div; local
6752 old_n_div = bmap->n_div;
6759 isl_seq_clr(bmap->div[i] + ls->div->n_col, old_n_div);

Completed in 47 milliseconds