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