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

References

tools/polly/lib/External/isl/isl_affine_hull.c
 1091 	B = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 0, 1 + total + n_known);
 1098 	B = isl_mat_insert_zero_rows(B, 0, 1);
 1098 	B = isl_mat_insert_zero_rows(B, 0, 1);
 1099 	B = isl_mat_set_element_si(B, 0, 0, 1);
 1099 	B = isl_mat_set_element_si(B, 0, 0, 1);
 1100 	M = isl_mat_product(A, B);