Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3676 llvm::Type *IRPtrTy = IRTy->getPointerTo(); in createPlaceholderSlot() local
3677 llvm::Value *Placeholder = llvm::UndefValue::get(IRPtrTy->getPointerTo()); in createPlaceholderSlot()
3682 Placeholder = CGF.Builder.CreateAlignedLoad(IRPtrTy, Placeholder, Align); in createPlaceholderSlot()