Searched refs:V2Int64PtrTy (Results 1 – 2 of 2) sorted by relevance
201 Type *V2Int64PtrTy = VectorType::get(Int64PtrTy, 2); in TEST() local258 EXPECT_TRUE(CastInst::isBitCastable(V2Int64PtrTy, V2Int32PtrTy)); in TEST()259 EXPECT_TRUE(CastInst::isBitCastable(V2Int32PtrTy, V2Int64PtrTy)); in TEST()
213 Type *V2Int64PtrTy = VectorType::get(Int64PtrTy, 2); in TEST() local270 EXPECT_TRUE(CastInst::isBitCastable(V2Int64PtrTy, V2Int32PtrTy)); in TEST()271 EXPECT_TRUE(CastInst::isBitCastable(V2Int32PtrTy, V2Int64PtrTy)); in TEST()