Searched refs:getLongLongWidth (Results 1 – 8 of 8) sorted by relevance
108 Width = TargetInfo.getLongLongWidth(); in check()120 Width = TargetInfo.getLongLongWidth(); in check()
254 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()268 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()283 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
959 Builder.defineMacro("__LLONG_WIDTH__", Twine(TI.getLongLongWidth())); in InitializePredefinedMacros()964 assert(BitIntMaxWidth >= TI.getLongLongWidth() && in InitializePredefinedMacros()988 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()1069 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()1094 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
127 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
470 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
3819 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()4097 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4115 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4142 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()16674 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
19046 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()19079 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
2079 Width = Target->getLongLongWidth(); in getTypeInfoImpl()