reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
760 for (i = bmap->n_eq - 1; i >= 0; --i) { 760 for (i = bmap->n_eq - 1; i >= 0; --i) { 760 for (i = bmap->n_eq - 1; i >= 0; --i) { 761 int l = isl_seq_last_non_zero(bmap->eq[i], 1 + total); 763 if (i != bmap->n_eq - 1) 770 if (isl_int_is_neg(bmap->eq[i][l])) 771 isl_seq_cpy(c->el, bmap->eq[i], 1 + total); 773 isl_seq_neg(c->el, bmap->eq[i], 1 + total); 777 for (i = 0; i < bmap->n_ineq; ++i) { 777 for (i = 0; i < bmap->n_ineq; ++i) { 777 for (i = 0; i < bmap->n_ineq; ++i) { 778 int l = isl_seq_last_non_zero(bmap->ineq[i], 1 + total); 788 bmap->ineq[i], l - o_div); 796 s = isl_int_sgn(bmap->ineq[i][l]); 797 strict = !rational && isl_int_is_negone(bmap->ineq[i][0]); 799 isl_seq_cpy(c->el, bmap->ineq[i], 1 + total); 801 isl_seq_neg(c->el, bmap->ineq[i], 1 + total); 804 if (!dump && next_is_opposite(bmap, i, l)) {