reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
125 v = isl_vec_alloc(bmap->ctx, 1 + tab_total); 126 if (!v) 135 expand_constraint(v, dim, bmap->eq[c/2], div_map, bmap->n_div); 136 r = isl_tab_add_ineq(tab, v->el); 149 expand_constraint(v, dim, bmap->ineq[c], div_map, bmap->n_div); 150 r = isl_tab_add_ineq(tab, v->el); 158 isl_vec_free(v);