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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp355 unsigned SlotSizeInBits = IsO32 ? 32 : 64; local
359 getContext().getIntWidth(Ty) < SlotSizeInBits) ||
360 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) {
362 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits,

Completed in 132 milliseconds