Searched refs:IRPtrTy (Results 1 – 1 of 1) sorted by relevance
3459 llvm::Type *IRPtrTy = IRTy->getPointerTo(); in createPlaceholderSlot() local3460 llvm::Value *Placeholder = llvm::UndefValue::get(IRPtrTy->getPointerTo()); in createPlaceholderSlot()3465 Placeholder = CGF.Builder.CreateAlignedLoad(IRPtrTy, Placeholder, Align); in createPlaceholderSlot()