Searched refs:getLongLongWidth (Results 1 – 8 of 8) sorted by relevance
305 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()319 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()334 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
1127 Builder.defineMacro("__LLONG_WIDTH__", Twine(TI.getLongLongWidth())); in InitializePredefinedMacros()1132 assert(BitIntMaxWidth >= TI.getLongLongWidth() && in InitializePredefinedMacros()1157 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()1288 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1313 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
125 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
133 LongLongWidth = HostTarget->getLongLongWidth(); in BaseSPIRTargetInfo()
28 this->LongLongWidth = Ctx.getTargetInfo().getLongLongWidth(); in Context()
540 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
3775 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()4064 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4082 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4118 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()16821 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
2211 Width = Target->getLongLongWidth(); in getTypeInfoImpl()5401 BestWidth = Target->getLongLongWidth(); in computeBestEnumTypes()5433 BestWidth = Target->getLongLongWidth(); in computeBestEnumTypes()