Home
last modified time | relevance | path

Searched defs:getInt16Ty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp24 Type *Type::getInt16Ty(Context &Ctx) { in getInt16Ty() function in Type
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp296 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h557 IntegerType *getInt16Ty() { in getInt16Ty() function