Searched refs:getShortWidth (Results 1 – 5 of 5) sorted by relevance
263 if (getShortWidth() < getIntWidth()) in getTypeConstantSuffix()299 case UnsignedShort: return getShortWidth(); in getTypeWidth()313 if (getShortWidth() == BitWidth) in getIntTypeByWidth()328 if (getShortWidth() >= BitWidth) in getLeastIntTypeByWidth()
1124 Builder.defineMacro("__SHRT_WIDTH__", Twine(TI.getShortWidth())); in InitializePredefinedMacros()1160 DefineTypeSizeof("__SIZEOF_SHORT__", TI.getShortWidth(), TI, Builder); in InitializePredefinedMacros()1279 if (TI.getShortWidth() > TI.getCharWidth()) in InitializePredefinedMacros()1282 if (TI.getIntWidth() > TI.getShortWidth()) in InitializePredefinedMacros()1295 if (TI.getShortWidth() > TI.getCharWidth()) { in InitializePredefinedMacros()1301 if (TI.getIntWidth() > TI.getShortWidth()) { in InitializePredefinedMacros()
25 this->ShortWidth = Ctx.getTargetInfo().getShortWidth(); in Context()
525 unsigned getShortWidth() const { return ShortWidth; } in getShortWidth() function
2196 Width = Target->getShortWidth(); in getTypeInfoImpl()5377 unsigned ShortWidth = Target->getShortWidth(); in computeBestEnumTypes()