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

References

tools/polly/lib/External/isl/isl_mat.c
 1329 	t = isl_mat_sub_alloc6(mat->ctx, q, 0, n, has_div, mat->n_row);
 1330 	t = isl_mat_product(t, mat);
 1330 	t = isl_mat_product(t, mat);
 1331 	if (!t)
 1334 		isl_seq_swp_or_cpy(q[i] + has_div, t->row[i], t->n_col);
 1334 		isl_seq_swp_or_cpy(q[i] + has_div, t->row[i], t->n_col);
 1335 		isl_seq_cpy(q[i] + has_div + t->n_col,
 1336 			    q[i] + has_div + t->n_col + e, n_div);
 1337 		isl_seq_clr(q[i] + has_div + t->n_col + n_div, e);
 1339 	isl_mat_free(t);