Home | History | Annotate | Download | only in IR

Lines Matching refs:Int64Ty

122   Type *Int64Ty = Type::getInt64Ty(C);
124 Type *V8x64Ty = VectorType::get(Int64Ty, 8);
132 Type *V2Int64Ty = VectorType::get(Int64Ty, 2);
136 Type *Int64PtrTy = PointerType::get(Int64Ty, 0);
139 Type *Int64PtrAS1Ty = PointerType::get(Int64Ty, 1);
154 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
162 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy));
188 EXPECT_TRUE(CastInst::isBitCastable(V2Int32Ty, Int64Ty));
191 EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty));
192 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty));
194 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int64Ty));
195 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, V2Int32PtrTy));
334 Type* Int64Ty = Type::getInt64Ty(C);
340 Int64PtrTy, Int64Ty, Int64PtrTy,
348 Int64PtrTy, Int64Ty, Int64PtrTy,
363 Int64Ty, Int64PtrTy, Int64Ty,
364 0, Int64Ty, 0),
370 Int64Ty, Int64PtrTy, Int64Ty,
435 Int64PtrTyAS1, Int64PtrTyAS2, Int64Ty,