Home
last modified time | relevance | path

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

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