HomeSort by relevance Sort by last modified time
    Searched defs:Int64Ty (Results 1 - 7 of 7) 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;

Completed in 1982 milliseconds