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

References

tools/polly/lib/External/isl/isl_mat.c
 1451 	if (!mat)
 1453 	ctx = isl_mat_get_ctx(mat);
 1454 	t = isl_mat_sub_alloc6(ctx, row, 0, n_row, first_col, mat->n_row);
 1455 	t = isl_mat_product(t, mat);