Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDType.h414 static PointerType *getInt16PtrTy(LLVMContext &C, unsigned AS = 0);
/NextBSD/contrib/llvm/lib/IR/
HDType.cpp287 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() function in Type
/NextBSD/contrib/llvm/lib/Analysis/
HDConstantFolding.cpp418 MapTy = Type::getInt16PtrTy(C->getContext(), AS); in FoldReinterpretLoadFromConstPtr()