Searched refs:ShortWidth (Results 1 – 7 of 7) sorted by relevance
25 this->ShortWidth = Ctx.getTargetInfo().getShortWidth(); in Context()272 return integralTypeToPrimTypeS(this->ShortWidth); in classify()274 return integralTypeToPrimTypeU(this->ShortWidth); in classify()
141 unsigned ShortWidth; variable
32 ShortWidth = 16; in AVRTargetInfo()
77 ShortWidth = ShortAlign = 16; in TargetInfo()449 ShortWidth = ShortAlign = 16; in adjust()
92 unsigned char ShortWidth, ShortAlign; member525 unsigned getShortWidth() const { return ShortWidth; } in getShortWidth()
5377 unsigned ShortWidth = Target->getShortWidth(); in computeBestEnumTypes() local5388 } else if (IsPacked && NumNegativeBits <= ShortWidth && in computeBestEnumTypes()5389 NumPositiveBits < ShortWidth) { in computeBestEnumTypes()5391 BestWidth = ShortWidth; in computeBestEnumTypes()5417 } else if (IsPacked && NumPositiveBits <= ShortWidth) { in computeBestEnumTypes()5420 BestWidth = ShortWidth; in computeBestEnumTypes()
359 Check("short", llvm::Type::getIntNTy(Context, Target.ShortWidth), in checkDataLayoutConsistency()