HomeSort by relevance Sort by last modified time
    Searched defs:Int64Ty (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 46 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int64Ty = CGM.Int64Ty;
76 llvm::ConstantInt::get(Int64Ty, 0),
77 llvm::ConstantInt::get(Int64Ty, AddressPoint)
CodeGenModule.h 107 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]
CGDebugInfo.cpp     [all...]
CGObjCGNU.cpp 165 llvm::IntegerType *Int64Ty;
    [all...]
  /external/llvm/unittests/VMCore/
InstructionsTest.cpp 120 Type* Int64Ty = Type::getInt64Ty(C);
122 Type* V8x64Ty = VectorType::get(Int64Ty, 8);
130 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
LLVMContextImpl.h 299 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 585 Type *Int64Ty = Type::getInt64Ty(*Ctx);
588 Int64Ty->getPointerTo()->getPointerTo() // uint64_t **counters
704 Type *Int64Ty = Type::getInt64Ty(*Ctx);
727 Value *ZExtPred = Builder.CreateZExt(Pred, Int64Ty);
733 Constant::getNullValue(Int64Ty->getPointerTo()));
739 ConstantInt::get(Int64Ty, 1));

Completed in 270 milliseconds