Searched refs:V2Int64Ty (Results 1 – 2 of 2) sorted by relevance
187 Type *V2Int64Ty = VectorType::get(Int64Ty, 2); in TEST() local260 EXPECT_FALSE(CastInst::isBitCastable(V2Int32Ty, V2Int64Ty)); in TEST()261 EXPECT_FALSE(CastInst::isBitCastable(V2Int64Ty, V2Int32Ty)); in TEST()
199 Type *V2Int64Ty = VectorType::get(Int64Ty, 2); in TEST() local272 EXPECT_FALSE(CastInst::isBitCastable(V2Int32Ty, V2Int64Ty)); in TEST()273 EXPECT_FALSE(CastInst::isBitCastable(V2Int64Ty, V2Int32Ty)); in TEST()