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
 1542 	c = entry->data;
 1543 	if (c->count < n) {
 1547 	c->count++;
 1548 	if (isl_int_gt(c->c->row[0][0], con[0]))
 1550 	if (isl_int_eq(c->c->row[0][0], con[0])) {
 1552 			c->ineq = ineq;
 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]);
 1557 	c->ineq = ineq;