Searched refs:SlotSizeInBits (Results 1 – 1 of 1) sorted by relevance
5744 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg() local5747 CGF.getContext().getIntWidth(Ty) < SlotSizeInBits) || in EmitVAArg()5748 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()5749 Ty = CGF.getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()