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

References

tools/polly/lib/External/isl/isl_mat.c
 1545 	ext = isl_mat_alloc(mat->ctx, mat->n_row, mat->n_col + n);
 1546 	if (!ext)
 1549 	isl_mat_sub_copy(mat->ctx, ext->row, mat->row, mat->n_row, 0, 0, col);
 1550 	isl_mat_sub_copy(mat->ctx, ext->row, mat->row, mat->n_row,
 1554 	return ext;