Searched refs:getLongLongWidth (Results 1 – 7 of 7) sorted by relevance
245 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()259 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()274 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
126 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
888 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()969 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()994 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
461 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
3724 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()3957 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()3975 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()4002 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()15747 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
18239 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()18272 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
2044 Width = Target->getLongLongWidth(); in getTypeInfoImpl()