Home
last modified time | relevance | path

Searched refs:Int16Ty (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/IR/
DInstructionsTest.cpp175 Type *Int16Ty = Type::getInt16Ty(C); in TEST() local
188 Type *V4Int16Ty = VectorType::get(Int16Ty, 4); in TEST()
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy)); in TEST()
411 Type* Int16Ty = Type::getInt16Ty(C); in TEST() local
468 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2, in TEST()
475 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty, in TEST()
482 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1, in TEST()
DConstantsTest.cpp171 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); in TEST() local
187 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp36 Int16Ty(C, 16), in LLVMContextImpl()
DType.cpp238 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty()
DLLVMContextImpl.h923 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
/external/clang/lib/CodeGen/
DCodeGenModule.h114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
DCodeGenModule.cpp99 Int16Ty = llvm::Type::getInt16Ty(LLVMContext); in CodeGenModule()
3634 llvm::ConstantInt::get(Int16Ty, Uuid.substr(9, 4), 16), in EmitUuidofInitializer()
3635 llvm::ConstantInt::get(Int16Ty, Uuid.substr(14, 4), 16), in EmitUuidofInitializer()
DCGBuiltin.cpp1886 return llvm::VectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad)); in GetNeonType()
3986 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in vectorWrapScalar16()
3987 Op = Builder.CreateBitCast(Op, Int16Ty); in vectorWrapScalar16()
4029 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in emitVectorWrappedScalar16Intrinsic()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli506 [llvm::Type::Int16Ty]. *)