reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
55 k = isl_basic_set_alloc_inequality(unit_box); 56 if (k < 0) 58 isl_seq_cpy(unit_box->ineq[k], bset->ineq[i], 1 + total); 60 if (isl_int_is_nonneg(unit_box->ineq[k][1 + j])) 62 isl_int_add(unit_box->ineq[k][0], 63 unit_box->ineq[k][0], unit_box->ineq[k][1 + j]); 63 unit_box->ineq[k][0], unit_box->ineq[k][1 + j]);