Searched refs:Int16Ty (Results 1 – 9 of 9) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 175 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()
|
D | ConstantsTest.cpp | 171 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); in TEST() local 187 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 36 Int16Ty(C, 16), in LLVMContextImpl()
|
D | Type.cpp | 238 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty()
|
D | LLVMContextImpl.h | 923 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
|
D | CodeGenModule.cpp | 99 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()
|
D | CGBuiltin.cpp | 1886 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/ |
D | llvm.mli | 506 [llvm::Type::Int16Ty]. *)
|