reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1184 l = ci.index[h] - &bmap->ineq[0]; 1185 if (isl_int_lt(bmap->ineq[k][0], bmap->ineq[l][0])) 1186 swap_inequality(bmap, k, l); 1197 l = ci.index[h] - &bmap->ineq[0]; 1198 isl_int_add(sum, bmap->ineq[k][0], bmap->ineq[l][0]); 1201 bmap = check_for_div_constraints(bmap, k, l, 1213 isl_basic_map_drop_inequality(bmap, l);