Home
last modified time | relevance | path

Searched refs:getInt16PtrTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h483 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp259 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type