Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLoadStoreOpt.cpp959 Type *IRPtrTy = PointerType::get(MF->getFunction().getContext(), AddrSpace); in initializeStoreMergeTargetInfo() local
960 LLT PtrTy = getLLTForType(*IRPtrTy, DL); in initializeStoreMergeTargetInfo()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.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()