reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_affine_hull.c
 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);