reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1895 if (!bmap) 1916 k = isl_basic_map_alloc_equality(bmap); 1917 c = bmap->eq[k]; 1919 k = isl_basic_map_alloc_inequality(bmap); 1920 c = bmap->ineq[k]; 1925 for (j = 0; j < 1 + isl_basic_map_total_dim(bmap); ++j) { 1940 pos = polylib_pos_to_isl_pos(bmap, j); 1945 return bmap; 1947 isl_basic_map_free(bmap);