Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp423 const PointerType *LLVMPtrTy = cast<PointerType>(LLVMTy); in getOrCreateConstNullPtr() local
425 Constant *CP = ConstantPointerNull::get(const_cast<PointerType *>(LLVMPtrTy)); in getOrCreateConstNullPtr()
428 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr()