reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1928 i256.insertBits(0, 0, 64); 1929 i256.insertBits(0, 64, 1); 1930 i256.insertBits(0, 64, 64); 1931 i256.insertBits(0, 128, 5); 1932 i256.insertBits(0, 128, 64); 1933 i256.insertBits(0, 192, 64); 1934 EXPECT_EQ(0u, i256.getSExtValue());