Searched refs:V2Int64Ty (Results 1 – 1 of 1) 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()