Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp3801 llvm::Type *IRPtrTy = IRTy->getPointerTo(); in createPlaceholderSlot() local
3802 llvm::Value *Placeholder = llvm::PoisonValue::get(IRPtrTy->getPointerTo()); in createPlaceholderSlot()
3807 Placeholder = CGF.Builder.CreateAlignedLoad(IRPtrTy, Placeholder, Align); in createPlaceholderSlot()