Searched refs:SlotSizeInBits (Results 1 – 2 of 2) 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()
7950 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg() local7954 getContext().getIntWidth(Ty) < SlotSizeInBits) || in EmitVAArg()7955 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()7957 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()