Home | History | Annotate | Download | only in Frontend

Lines Matching full:issigned

169 /// signedness of 'isSigned' and with a value suffix of 'ValSuffix' (e.g. LL).
171 StringRef ValSuffix, bool isSigned,
173 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)
175 Builder.defineMacro(MacroName, MaxVal.toString(10, isSigned) + ValSuffix);