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

References

tools/polly/lib/External/isl/isl_mat.c
 1969 		return mat;
 1971 	mat = isl_mat_cow(mat);
 1971 	mat = isl_mat_cow(mat);
 1972 	if (!mat)
 1975 	isl_seq_scale_down(mat->row[row], mat->row[row], m, mat->n_col);
 1975 	isl_seq_scale_down(mat->row[row], mat->row[row], m, mat->n_col);
 1975 	isl_seq_scale_down(mat->row[row], mat->row[row], m, mat->n_col);
 1977 	return mat;