Home
last modified time | relevance | path

Searched refs:SlotSizeInBits (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp7950 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg() local
7954 getContext().getIntWidth(Ty) < SlotSizeInBits) || in EmitVAArg()
7955 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()
7957 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()