Searched refs:X86MMXTy (Results 1 – 1 of 1) sorted by relevance
180 Type *X86MMXTy = Type::getX86_MMXTy(C); in TEST() local210 EXPECT_TRUE(CastInst::isCastable(V8x8Ty, X86MMXTy)); in TEST()211 EXPECT_TRUE(CastInst::isCastable(X86MMXTy, V8x8Ty)); in TEST()212 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST()218 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, X86MMXTy)); in TEST()219 EXPECT_FALSE(CastInst::isBitCastable(X86MMXTy, V8x8Ty)); in TEST()220 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy)); in TEST()