Searched refs:LLVMPtrTy (Results 1 – 1 of 1) sorted by relevance
423 const PointerType *LLVMPtrTy = cast<PointerType>(LLVMTy); in getOrCreateConstNullPtr() local425 Constant *CP = ConstantPointerNull::get(const_cast<PointerType *>(LLVMPtrTy)); in getOrCreateConstNullPtr()428 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr()