HomeSort by relevance Sort by last modified time
    Searched defs:Int64Ty (Results 1 - 9 of 9) 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 114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]
CGDebugInfo.cpp     [all...]
CGObjCGNU.cpp 163 llvm::IntegerType *Int64Ty;
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 128 Type *Int64Ty = Type::getInt64Ty(C);
131 VectorType *Int64VecTy = VectorType::get(Int64Ty, 4);
134 EXPECT_EQ(Constant::getNullValue(Int64Ty),
136 Constant::getNullValue(Int8PtrTy), Int64Ty));
167 Type *Int64Ty = Type::getInt64Ty(getGlobalContext());
228 CHECK(ConstantExpr::getSExt(P0, Int64Ty), "sext i32 " P0STR " to i64");
229 CHECK(ConstantExpr::getZExt(P0, Int64Ty), "zext i32 " P0STR " to i64");
InstructionsTest.cpp 120 Type* Int64Ty = Type::getInt64Ty(C);
122 Type* V8x64Ty = VectorType::get(Int64Ty, 8);
130 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
259 Type* Int64Ty = Type::getInt64Ty(C);
265 Int64PtrTy, Int64Ty, Int64PtrTy,
272 Int64PtrTy, Int64Ty, Int64PtrTy,
273 Int32Ty, 0, Int64Ty),
279 Int64Ty, Int64PtrTy, Int64Ty,
280 0, Int64Ty, 0)
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 646 Type *Int64Ty = Type::getInt64Ty(*Ctx);
649 Int64Ty->getPointerTo()->getPointerTo() // uint64_t **counters

Completed in 178 milliseconds