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

References

tools/polly/lib/External/isl/isl_mat.c
 1762 	if (!top || !bot)
 1765 	isl_assert(top->ctx, top->n_col == bot->n_col, goto error);
 1765 	isl_assert(top->ctx, top->n_col == bot->n_col, goto error);
 1766 	if (top->n_row == 0) {
 1767 		isl_mat_free(top);
 1772 		return top;
 1775 	mat = isl_mat_alloc(top->ctx, top->n_row + bot->n_row, top->n_col);
 1775 	mat = isl_mat_alloc(top->ctx, top->n_row + bot->n_row, top->n_col);
 1775 	mat = isl_mat_alloc(top->ctx, top->n_row + bot->n_row, top->n_col);
 1778 	isl_mat_sub_copy(mat->ctx, mat->row, top->row, top->n_row,
 1778 	isl_mat_sub_copy(mat->ctx, mat->row, top->row, top->n_row,
 1780 	isl_mat_sub_copy(mat->ctx, mat->row + top->n_row, bot->row, bot->n_row,
 1782 	isl_mat_free(top);
 1786 	isl_mat_free(top);