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