reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5192 total = isl_basic_map_dim(bmap, isl_dim_all); 5193 total -= isl_basic_map_dim(bmap, isl_dim_div); 5198 if (isl_int_is_zero(bmap->eq[i][1 + total + div])) 5201 shift, bmap->eq[i][1 + total + div]); 5204 if (isl_int_is_zero(bmap->ineq[i][1 + total + div])) 5207 shift, bmap->ineq[i][1 + total + div]); 5212 if (isl_int_is_zero(bmap->div[i][1 + 1 + total + div])) 5215 shift, bmap->div[i][1 + 1 + total + div]);