Lines Matching refs:Int64Ty

197   Type *Int64Ty = Type::getInt64Ty(C);  in TEST()  local
199 Type *V8x64Ty = FixedVectorType::get(Int64Ty, 8); in TEST()
207 Type *V2Int64Ty = FixedVectorType::get(Int64Ty, 2); in TEST()
212 Type *VScaleV2Int64Ty = ScalableVectorType::get(Int64Ty, 2); in TEST()
217 Type *Int64PtrTy = PointerType::get(Int64Ty, 0); in TEST()
220 Type *Int64PtrAS1Ty = PointerType::get(Int64Ty, 1); in TEST()
245 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy)); in TEST()
274 EXPECT_TRUE(CastInst::isBitCastable(V2Int32Ty, Int64Ty)); in TEST()
277 EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty)); in TEST()
278 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty)); in TEST()
280 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int64Ty)); in TEST()
281 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, V2Int32PtrTy)); in TEST()
400 Type *Int64Ty = Type::getInt64Ty(C); in TEST() local
409 const Constant *C64 = Constant::getNullValue(Int64Ty); in TEST()
412 LLVMGetCastOpcode(wrap(C64), true, wrap(Int64Ty), true)); in TEST()
414 EXPECT_EQ(LLVMSExt, LLVMGetCastOpcode(wrap(C8), true, wrap(Int64Ty), true)); in TEST()
415 EXPECT_EQ(LLVMZExt, LLVMGetCastOpcode(wrap(C8), false, wrap(Int64Ty), true)); in TEST()
440 Type *V8x64Ty = FixedVectorType::get(Int64Ty, 8); in TEST()
632 Type* Int64Ty = Type::getInt64Ty(C); in TEST() local
638 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
646 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST()
661 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
662 nullptr, Int64Ty, nullptr), in TEST()
668 Int64Ty, Int64PtrTy, Int64Ty, in TEST()