Searched refs:AllowNegative (Results 1 – 4 of 4) sorted by relevance
123 bool AllowNegative = (Desc.TSFlags & (SIInstrFlags::FlatGlobal | in printFlatOffset() local127 if (AllowNegative) // Signed offset in printFlatOffset()
2889 std::string_view parseNumber(bool AllowNegative = false);3898 AbstractManglingParser<Alloc, Derived>::parseNumber(bool AllowNegative) { in parseNumber() argument3900 if (AllowNegative) in parseNumber()
9571 bool AllowNegative = allowNegativeFlatOffset(FlatVariant); in isLegalFLATOffset() local9573 return isIntN(N, Offset) && (AllowNegative || Offset >= 0); in isLegalFLATOffset()9583 bool AllowNegative = allowNegativeFlatOffset(FlatVariant); in splitFlatOffset() local9586 if (AllowNegative) { in splitFlatOffset()
4761 bool AllowNegative = in validateFlatOffset() local4764 if (!isIntN(OffsetSize, Op.getImm()) || (!AllowNegative && Op.getImm() < 0)) { in validateFlatOffset()4767 (AllowNegative ? Twine(OffsetSize) + "-bit signed offset" in validateFlatOffset()