Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DTargetInfo.cpp8328 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg() local
8332 getContext().getIntWidth(Ty) < SlotSizeInBits) || in EmitVAArg()
8333 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()
8335 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()