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

/external/llvm/unittests/IR/
H A DInstructionsTest.cpp175 Type *Int16Ty = Type::getInt16Ty(C); local
188 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
409 Type* Int16Ty = Type::getInt16Ty(C); local
466 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
473 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
480 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
H A DConstantsTest.cpp169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); local
185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp36 Int16Ty(C, 16),
H A DLLVMContextImpl.h306 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; member in class:llvm::LLVMContextImpl
H A DType.cpp234 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
/external/clang/lib/CodeGen/
H A DCodeGenModule.h111 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member in struct:clang::CodeGen::CodeGenTypeCache
H A DCodeGenModule.cpp97 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
3381 llvm::ConstantInt::get(Int16Ty, Uuid.substr(9, 4), 16),
3382 llvm::ConstantInt::get(Int16Ty, Uuid.substr(14, 4), 16),
H A DCGBuiltin.cpp1716 return llvm::VectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad));
3752 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4);
3753 Op = Builder.CreateBitCast(Op, Int16Ty);
3795 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli489 [llvm::Type::Int16Ty]. *)

Completed in 219 milliseconds