Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DType.h490 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp249 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy() function in Type