Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h473 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp295 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type