reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3105 for (i = bmap->n_ineq - 1; i >= 0; --i) { 3105 for (i = bmap->n_ineq - 1; i >= 0; --i) { 3105 for (i = bmap->n_ineq - 1; i >= 0; --i) { 3106 if (!isl_tab_is_equality(tab, bmap->n_eq + i)) 3108 isl_basic_map_inequality_to_equality(bmap, i); 3109 if (rotate_constraints(tab, 0, tab->n_eq + i + 1) < 0) 3111 if (rotate_constraints(tab, tab->n_eq + i + 1, 3112 bmap->n_ineq - i) < 0)