Searched refs:getLongLongWidth (Results 1 – 7 of 7) sorted by relevance
279 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()293 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()308 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
971 Builder.defineMacro("__LLONG_WIDTH__", Twine(TI.getLongLongWidth())); in InitializePredefinedMacros()976 assert(BitIntMaxWidth >= TI.getLongLongWidth() && in InitializePredefinedMacros()1001 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()1084 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1109 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
114 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
488 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
3823 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()4091 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4109 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4145 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()16943 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
19659 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()19692 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
2090 Width = Target->getLongLongWidth(); in getTypeInfoImpl()