Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6481 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg() local
6485 getContext().getIntWidth(Ty) < SlotSizeInBits) || in EmitVAArg()
6486 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()
6488 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()