reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2740 ctx = isl_basic_map_get_ctx(bmap1); 2741 if (bmap1->n_eq == n1) { 2747 E1 = isl_mat_sub_alloc6(ctx, bmap1->eq, 2748 n1, bmap1->n_eq - n1, 0, 1 + total); 2751 E1 = isl_mat_sub_alloc6(ctx, bmap1->eq, 2752 n1, bmap1->n_eq - n1, 0, 1 + total); 2756 bmap = basic_map_from_equalities(isl_basic_map_get_space(bmap1), E1);