reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
645 lower = c->row[0]; 648 isl_seq_cpy(lower, set->p[0]->eq[0], 2); 651 isl_seq_neg(lower, set->p[0]->eq[0], 2); 657 lower = c->row[0]; 658 isl_seq_cpy(lower, set->p[0]->ineq[j], 2); 676 if (lower) { 677 isl_int_mul(a, lower[0], bset->eq[j][1]); 678 isl_int_mul(b, lower[1], bset->eq[j][0]); 680 isl_seq_cpy(lower, bset->eq[j], 2); 682 isl_seq_neg(lower, bset->eq[j], 2); 698 if (lower && isl_int_is_pos(bset->ineq[j][1])) { 699 isl_int_mul(a, lower[0], bset->ineq[j][1]); 700 isl_int_mul(b, lower[1], bset->ineq[j][0]); 702 isl_seq_cpy(lower, bset->ineq[j], 2); 712 lower = NULL; 723 if (lower) { 725 isl_seq_cpy(hull->ineq[k], lower, 2);