reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1084 total = isl_space_dim(bmap->dim, isl_dim_all); 1086 if (isl_seq_first_non_zero(bmap->eq[n] + 1 + total + n_known, 1091 B = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 0, 1 + total + n_known); 1093 A = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 1 + total + n_known, n_col);