Home
last modified time | relevance | path

Searched refs:V2Int64Ty (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorTypesTest.cpp78 auto *V2Int64Ty = dyn_cast<FixedVectorType>( in TEST() local
80 ASSERT_NE(nullptr, V2Int64Ty); in TEST()
81 EXPECT_EQ(V2Int64Ty->getNumElements(), 2U); in TEST()
110 EXPECT_VTY_EQ(HalvedTy, V2Int64Ty); in TEST()
287 auto *V2Int64Ty = FixedVectorType::get(Int64Ty, 2); in TEST() local
298 V2Int64Ty->getPrimitiveSizeInBits()); in TEST()
300 V2Int64Ty->getPrimitiveSizeInBits()); in TEST()
309 EXPECT_EQ(DL.getTypeSizeInBits(V2Int64Ty), 128U); in TEST()
312 DL.getTypeStoreSizeInBits(V2Int64Ty)); in TEST()
314 EXPECT_EQ(DL.getTypeStoreSize(V2Int64Ty), 16U); in TEST()
[all …]
H A DInstructionsTest.cpp207 Type *V2Int64Ty = FixedVectorType::get(Int64Ty, 2); in TEST() local
284 EXPECT_FALSE(CastInst::isBitCastable(V2Int32Ty, V2Int64Ty)); in TEST()
285 EXPECT_FALSE(CastInst::isBitCastable(V2Int64Ty, V2Int32Ty)); in TEST()
335 Constant::getNullValue(V2Int64Ty), in TEST()
345 V2Int64Ty)); in TEST()