reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
916 div_eq = n_pure_div_eq(bmap); 917 if (div_eq == 0) 920 if (div_eq < bmap->n_eq) { 921 B = isl_mat_sub_alloc6(bmap->ctx, bmap->eq, div_eq, 922 bmap->n_eq - div_eq, 0, 1 + total); 934 d = isl_vec_alloc(bmap->ctx, div_eq); 937 for (i = 0, j = bmap->n_div-1; i < div_eq; ++i) { 942 B = isl_mat_sub_alloc6(bmap->ctx, bmap->eq, 0, div_eq, 0, 1 + total);