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

References

tools/polly/lib/External/isl/isl_mat.c
 1590 	if (check_row_range(mat, row, 0) < 0)
 1599 	isl_mat_sub_copy(mat->ctx, ext->row, mat->row, row, 0, 0, mat->n_col);
 1600 	isl_mat_sub_copy(mat->ctx, ext->row + row + n, mat->row + row,
 1600 	isl_mat_sub_copy(mat->ctx, ext->row + row + n, mat->row + row,
 1601 				mat->n_row - row, 0, 0, mat->n_col);