reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
226 TypeSize ScV2I32Len = ScV2Int32Ty->getPrimitiveSizeInBits(); 230 EXPECT_LT(ScV2Int32Ty->getPrimitiveSizeInBits(), 233 ScV2Int32Ty->getPrimitiveSizeInBits()); 236 EXPECT_NE(ScV2Int32Ty->getPrimitiveSizeInBits(), 242 EXPECT_EQ(DL.getTypeSizeInBits(ScV2Int32Ty).getKnownMinSize(), 64U); 245 EXPECT_NE(DL.getTypeStoreSizeInBits(ScV2Int32Ty), 247 EXPECT_EQ(DL.getTypeStoreSizeInBits(ScV2Int32Ty).getKnownMinSize(), 64U); 251 EXPECT_NE(DL.getTypeAllocSizeInBits(ScV2Int32Ty), 254 EXPECT_EQ(DL.getTypeAllocSize(ScV2Int32Ty).getKnownMinSize(), 8U);