Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp959 Type *IRPtrTy = PointerType::get(MF->getFunction().getContext(), AddrSpace); in initializeStoreMergeTargetInfo() local
960 LLT PtrTy = getLLTForType(*IRPtrTy, DL); in initializeStoreMergeTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4046 llvm::Type *IRPtrTy = llvm::PointerType::getUnqual(CGF.getLLVMContext()); in createPlaceholderSlot() local
4047 llvm::Value *Placeholder = llvm::PoisonValue::get(IRPtrTy); in createPlaceholderSlot()
4052 Placeholder = CGF.Builder.CreateAlignedLoad(IRPtrTy, Placeholder, Align); in createPlaceholderSlot()