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