Lines Matching defs:Int64Ty
205 Type *Int64Ty = Type::getInt64Ty(C);
207 Type *V8x64Ty = FixedVectorType::get(Int64Ty, 8);
214 Type *V2Int64Ty = FixedVectorType::get(Int64Ty, 2);
219 Type *VScaleV2Int64Ty = ScalableVectorType::get(Int64Ty, 2);
269 EXPECT_TRUE(CastInst::isBitCastable(V2Int32Ty, Int64Ty));
272 EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty));
273 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty));
275 EXPECT_FALSE(CastInst::isBitCastable(V2PtrTy, Int64Ty));
276 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, V2PtrTy));
387 Type *Int64Ty = Type::getInt64Ty(C);
395 const Constant *C64 = Constant::getNullValue(Int64Ty);
398 LLVMGetCastOpcode(wrap(C64), true, wrap(Int64Ty), true));
400 EXPECT_EQ(LLVMSExt, LLVMGetCastOpcode(wrap(C8), true, wrap(Int64Ty), true));
401 EXPECT_EQ(LLVMZExt, LLVMGetCastOpcode(wrap(C8), false, wrap(Int64Ty), true));
425 Type *V8x64Ty = FixedVectorType::get(Int64Ty, 8);
613 Type* Int64Ty = Type::getInt64Ty(C);
619 Int64PtrTy, Int64Ty, Int64PtrTy,
627 Int64PtrTy, Int64Ty, Int64PtrTy,
642 Int64Ty, Int64PtrTy, Int64Ty,
643 nullptr, Int64Ty, nullptr),
649 Int64Ty, Int64PtrTy, Int64Ty,