Lines Matching refs:Int64Ty
177 Type *Int64Ty = Type::getInt64Ty(C); in TEST() local
179 Type *V8x64Ty = VectorType::get(Int64Ty, 8); in TEST()
187 Type *V2Int64Ty = VectorType::get(Int64Ty, 2); in TEST()
191 Type *Int64PtrTy = PointerType::get(Int64Ty, 0); in TEST()
194 Type *Int64PtrAS1Ty = PointerType::get(Int64Ty, 1); in TEST()
212 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy)); in TEST()
220 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy)); in TEST()
250 EXPECT_TRUE(CastInst::isBitCastable(V2Int32Ty, Int64Ty)); in TEST()
253 EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty)); in TEST()
254 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty)); in TEST()
256 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int64Ty)); in TEST()
257 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, V2Int32PtrTy)); in TEST()
417 Type* Int64Ty = Type::getInt64Ty(C); in TEST() local
423 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
431 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
446 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
447 nullptr, Int64Ty, nullptr), in TEST()
453 Int64Ty, Int64PtrTy, Int64Ty, in TEST()