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);
 1768 		return bot;
 1770 	if (bot->n_row == 0) {
 1771 		isl_mat_free(bot);
 1775 	mat = isl_mat_alloc(top->ctx, top->n_row + bot->n_row, top->n_col);
 1780 	isl_mat_sub_copy(mat->ctx, mat->row + top->n_row, bot->row, bot->n_row,
 1780 	isl_mat_sub_copy(mat->ctx, mat->row + top->n_row, bot->row, bot->n_row,
 1783 	isl_mat_free(bot);
 1787 	isl_mat_free(bot);