Searched refs:Int16Ty (Results 1 – 9 of 9) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
| H A 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() 409 Type* Int16Ty = Type::getInt16Ty(C); in TEST() local 466 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2, in TEST() 473 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty, in TEST() 480 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1, in TEST()
|
| H A D | ConstantsTest.cpp | 169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); in TEST() local 185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 36 Int16Ty(C, 16), in LLVMContextImpl()
|
| H A D | LLVMContextImpl.h | 331 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; variable
|
| H A D | Type.cpp | 238 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
|
| H A D | CodeGenModule.cpp | 99 Int16Ty = llvm::Type::getInt16Ty(LLVMContext); in CodeGenModule() 3556 llvm::ConstantInt::get(Int16Ty, Uuid.substr(9, 4), 16), in EmitUuidofInitializer() 3557 llvm::ConstantInt::get(Int16Ty, Uuid.substr(14, 4), 16), in EmitUuidofInitializer()
|
| H A D | CGBuiltin.cpp | 1783 return llvm::VectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad)); in GetNeonType() 3883 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in vectorWrapScalar16() 3884 Op = Builder.CreateBitCast(Op, Int16Ty); in vectorWrapScalar16() 3926 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in emitVectorWrappedScalar16Intrinsic()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 506 [llvm::Type::Int16Ty]. *)
|