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