reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/IR/VectorTypesTest.cpp
  182             V4Int32Ty->getPrimitiveSizeInBits());
  185   EXPECT_EQ(V4Int32Ty->getPrimitiveSizeInBits(),
  192             V4Int32Ty->getPrimitiveSizeInBits().getFixedSize());
  196             DL.getTypeSizeInBits(V4Int32Ty));
  200             DL.getTypeStoreSize(V4Int32Ty));
  205   EXPECT_EQ(DL.getTypeAllocSize(V4Int32Ty),
  209   EXPECT_EQ(DL.getTypeAllocSizeInBits(V4Int32Ty), 128U);
  211   ASSERT_TRUE(DL.typeSizeEqualsStoreSize(V4Int32Ty));