Searched refs:tab_total (Results 1 – 1 of 1) sorted by relevance
54 isl_size tab_total; in tab_add_constraints() local62 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() local126 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()