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

References

tools/polly/lib/External/isl/isl_mat.c
 1503 	if (n == 0)
 1507 	if (check_col_range(mat, col, n) < 0)
 1510 	if (col != mat->n_col-n) {
 1512 			isl_seq_cpy(mat->row[r]+col, mat->row[r]+col+n,
 1513 					mat->n_col - col - n);
 1515 	mat->n_col -= n;