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

References

unittests/IR/VectorTypesTest.cpp
  183   EXPECT_GT(V2Int64Ty->getPrimitiveSizeInBits(),
  186             V2Int64Ty->getPrimitiveSizeInBits());
  188             V2Int64Ty->getPrimitiveSizeInBits());
  191   EXPECT_EQ(V2Int64Ty->getPrimitiveSizeInBits().getFixedSize(),
  195   EXPECT_EQ(DL.getTypeSizeInBits(V2Int64Ty),
  198   EXPECT_EQ(DL.getTypeSizeInBits(V2Int64Ty), 128U);
  199   EXPECT_EQ(DL.getTypeStoreSize(V2Int64Ty),
  202             DL.getTypeStoreSizeInBits(V2Int64Ty));
  204   EXPECT_EQ(DL.getTypeStoreSize(V2Int64Ty), 16U);
  206             DL.getTypeAllocSize(V2Int64Ty));
  208             DL.getTypeAllocSizeInBits(V2Int64Ty));