reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12971 if (!bmap || !ma) 12973 if (check_basic_map_compatible_range_multi_aff(bmap, type, ma) < 0) 12978 n_after = isl_basic_map_dim(bmap, isl_dim_out); 12980 n_before = isl_basic_map_dim(bmap, isl_dim_in); 12983 n_div_bmap = isl_basic_map_dim(bmap, isl_dim_div); 12987 space = isl_space_set(isl_basic_map_get_space(bmap), type, space); 12988 rational = isl_basic_map_is_rational(bmap); 12991 bmap->n_eq + strides, bmap->n_ineq + 2 * n_div_ma); 12991 bmap->n_eq + strides, bmap->n_ineq + 2 * n_div_ma); 13002 for (i = 0; i < bmap->n_eq; ++i) { 13006 isl_seq_preimage(res->eq[k], bmap->eq[i], ma, n_before, 13010 for (i = 0; i < bmap->n_ineq; ++i) { 13014 isl_seq_preimage(res->ineq[k], bmap->ineq[i], ma, n_before, 13018 for (i = 0; i < bmap->n_div; ++i) { 13019 if (isl_int_is_zero(bmap->div[i][0])) { 13023 isl_seq_preimage(res->div[n_div_ma + i], bmap->div[i], ma, 13035 isl_basic_map_free(bmap); 13044 isl_basic_map_free(bmap);