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

References

tools/polly/lib/External/isl/isl_map.c
12002 	if (!dim || !eq || !ineq)
12005 	if (eq->n_col != ineq->n_col)
12012 	if (eq->n_col < total)
12016 	extra = eq->n_col - total;
12019 				       eq->n_row, ineq->n_row);
12028 	for (i = 0; i < eq->n_row; ++i) {
12036 					    eq->row[i][pos]);
12056 	isl_mat_free(eq);
12063 	isl_mat_free(eq);