Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); in TEST() local
185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp35 Int16Ty(C, 16), in LLVMContextImpl()
DLLVMContextImpl.h297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
DType.cpp240 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty()
/external/clang/lib/CodeGen/
DCodeGenModule.h114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
DCodeGenModule.cpp97 Int16Ty = llvm::Type::getInt16Ty(LLVMContext); in CodeGenModule()
DCGBuiltin.cpp1529 return llvm::VectorType::get(CGF->Int16Ty, 4 << IsQuad); in GetNeonType()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli400 [llvm::Type::Int16Ty]. *)