Searched refs:Int64Ty (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DInstructionsTest.cpp120 Type* Int64Ty = Type::getInt64Ty(C); local
122 Type* V8x64Ty = VectorType::get(Int64Ty, 8);
130 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLLVMContextImpl.cpp37 Int64Ty(C, 64) {
H A DLLVMContextImpl.h303 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; member in class:llvm::LLVMContextImpl
H A DConstantFold.cpp1966 Type *Int64Ty = Type::getInt64Ty(IdxTy->getContext()); local
1967 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, Int64Ty);
1968 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);
H A DType.cpp259 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; }
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp587 Type *Int64Ty = Type::getInt64Ty(*Ctx); local
590 Int64Ty->getPointerTo()->getPointerTo() // uint64_t **counters
707 Type *Int64Ty = Type::getInt64Ty(*Ctx); local
730 Value *ZExtPred = Builder.CreateZExt(Pred, Int64Ty);
736 Constant::getNullValue(Int64Ty->getPointerTo()));
742 ConstantInt::get(Int64Ty, 1));
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli408 [llvm::Type::Int64Ty]. *)

Completed in 507 milliseconds