Searched refs:getLongLongWidth (Results 1 – 8 of 8) sorted by relevance
281 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()295 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()310 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
1020 Builder.defineMacro("__LLONG_WIDTH__", Twine(TI.getLongLongWidth())); in InitializePredefinedMacros()1025 assert(BitIntMaxWidth >= TI.getLongLongWidth() && in InitializePredefinedMacros()1050 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()1133 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1158 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
116 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
126 LongLongWidth = HostTarget->getLongLongWidth(); in BaseSPIRTargetInfo()
510 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
4000 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()4268 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4286 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4322 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()17461 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
20276 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()20309 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
2020 Width = Target->getLongLongWidth(); in getTypeInfoImpl()