Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_map_subtract.c54 isl_size tab_total; in tab_add_constraints() local
62 tab_total = isl_basic_map_dim(tab->bmap, isl_dim_all); in tab_add_constraints()
66 if (tab_total < 0 || bmap_total < 0 || bmap_n_div < 0) in tab_add_constraints()
72 v = isl_vec_alloc(bmap->ctx, 1 + tab_total); in tab_add_constraints()
117 isl_size tab_total; in tab_add_constraint() local
126 tab_total = isl_basic_map_dim(tab->bmap, isl_dim_all); in tab_add_constraint()
130 if (tab_total < 0 || bmap_total < 0 || bmap_n_div < 0) in tab_add_constraint()
133 v = isl_vec_alloc(bmap->ctx, 1 + tab_total); in tab_add_constraint()