Searched refs:getLongLongWidth (Results 1 – 8 of 8) sorted by relevance
282 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()296 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()311 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
1110 Builder.defineMacro("__LLONG_WIDTH__", Twine(TI.getLongLongWidth())); in InitializePredefinedMacros()1115 assert(BitIntMaxWidth >= TI.getLongLongWidth() && in InitializePredefinedMacros()1140 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()1267 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1292 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
120 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
126 LongLongWidth = HostTarget->getLongLongWidth(); in BaseSPIRTargetInfo()
519 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
3726 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()4008 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4026 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4062 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()16451 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
19946 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()19979 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
2053 Width = Target->getLongLongWidth(); in getTypeInfoImpl()