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

References

tools/polly/lib/External/isl/isl_mat.c
  334 	if (check_row(mat, row) < 0)
  336 	if (check_col(mat, col) < 0)
  338 	ctx = isl_mat_get_ctx(mat);
  339 	return isl_val_int_from_isl_int(ctx, mat->row[row][col]);