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

References

tools/polly/lib/External/isl/isl_mat.c
 1595 	ext = isl_mat_alloc(mat->ctx, mat->n_row + n, mat->n_col);
 1596 	if (!ext)
 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,
 1604 	return ext;