Home
last modified time | relevance | path

Searched refs:SlotSizeInBits (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp5744 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg() local
5747 CGF.getContext().getIntWidth(Ty) < SlotSizeInBits) || in EmitVAArg()
5748 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()
5749 Ty = CGF.getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()