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

References

tools/polly/lib/External/isl/isl_convex_hull.c
 1527 	return isl_seq_eq(a->c->row[0] + 1, b, a->c->n_col - 1);
 1527 	return isl_seq_eq(a->c->row[0] + 1, b, a->c->n_col - 1);
 1548 	if (isl_int_gt(c->c->row[0][0], con[0]))
 1550 	if (isl_int_eq(c->c->row[0][0], con[0])) {
 1555 	c->c = isl_mat_cow(c->c);
 1555 	c->c = isl_mat_cow(c->c);
 1556 	isl_int_set(c->c->row[0][0], con[0]);
 1578 	return isl_int_eq(c->c->row[0][0], con[0]);
 1628 		constraints[i].c = isl_mat_sub_alloc6(hull->ctx,
 1630 		if (!constraints[i].c)
 1637 		c_hash = isl_seq_get_hash(constraints[i].c->row[0] + 1, total);
 1639 			max_constraint_equal, constraints[i].c->row[0] + 1, 1);
 1675 		isl_seq_cpy(hull->ineq[j], constraints[i].c->row[0], 1 + total);
 1694 		isl_mat_free(constraints[i].c);
 1703 			isl_mat_free(constraints[i].c);