Searched refs:IRPtrTy (Results 1 – 2 of 2) sorted by relevance
959 Type *IRPtrTy = PointerType::get(MF->getFunction().getContext(), AddrSpace); in initializeStoreMergeTargetInfo() local960 LLT PtrTy = getLLTForType(*IRPtrTy, DL); in initializeStoreMergeTargetInfo()
4046 llvm::Type *IRPtrTy = llvm::PointerType::getUnqual(CGF.getLLVMContext()); in createPlaceholderSlot() local4047 llvm::Value *Placeholder = llvm::PoisonValue::get(IRPtrTy); in createPlaceholderSlot()4052 Placeholder = CGF.Builder.CreateAlignedLoad(IRPtrTy, Placeholder, Align); in createPlaceholderSlot()