reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
231 ScV4Int32Ty->getPrimitiveSizeInBits()); 234 EXPECT_EQ(ScV4Int32Ty->getPrimitiveSizeInBits(), 241 DL.getTypeSizeInBits(ScV4Int32Ty)); 244 DL.getTypeStoreSize(ScV4Int32Ty)); 249 EXPECT_EQ(DL.getTypeAllocSize(ScV4Int32Ty), 253 EXPECT_EQ(DL.getTypeAllocSizeInBits(ScV4Int32Ty).getKnownMinSize(), 128U); 255 ASSERT_TRUE(DL.typeSizeEqualsStoreSize(ScV4Int32Ty));