Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp397 const PointerType *LLVMPtrTy = cast<PointerType>(LLVMTy); in getOrCreateConstNullPtr() local
399 Constant *CP = ConstantPointerNull::get(const_cast<PointerType *>(LLVMPtrTy)); in getOrCreateConstNullPtr()
402 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr()