Searched refs:Int16Ty (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); in TEST() local 185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 35 Int16Ty(C, 16), in LLVMContextImpl()
|
D | LLVMContextImpl.h | 297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
|
D | Type.cpp | 240 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
|
D | CodeGenModule.cpp | 97 Int16Ty = llvm::Type::getInt16Ty(LLVMContext); in CodeGenModule()
|
D | CGBuiltin.cpp | 1529 return llvm::VectorType::get(CGF->Int16Ty, 4 << IsQuad); in GetNeonType()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 400 [llvm::Type::Int16Ty]. *)
|