reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
399 for (d = bmap->n_div - 1; d >= 0 ; --d) { 399 for (d = bmap->n_div - 1; d >= 0 ; --d) { 399 for (d = bmap->n_div - 1; d >= 0 ; --d) { 403 if (!isl_int_is_one(bmap->eq[i][off + d]) && 404 !isl_int_is_negone(bmap->eq[i][off + d])) 406 ok = ok_to_eliminate_div(bmap, bmap->eq[i], d); 413 bmap = eliminate_div(bmap, bmap->eq[i], d, 1);