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

References

tools/polly/lib/External/isl/isl_local.c
  226 	mat = isl_mat_alloc(div->ctx, div->n_row, div->n_col + extra);
  227 	if (!mat)
  231 		isl_seq_cpy(mat->row[i], div->row[i], 2);
  232 		isl_seq_clr(mat->row[i] + 2, mat->n_col - 2);
  232 		isl_seq_clr(mat->row[i] + 2, mat->n_col - 2);
  234 			isl_int_set(mat->row[i][2 + r->pos[j]],
  240 	return isl_local_alloc_from_mat(mat);