Searched refs:AllowNegative (Results 1 – 4 of 4) sorted by relevance
127 bool AllowNegative = (Desc.TSFlags & (SIInstrFlags::FlatGlobal | in printFlatOffset() local131 if (AllowNegative) // Signed offset in printFlatOffset()
2752 std::string_view parseNumber(bool AllowNegative = false);3758 AbstractManglingParser<Alloc, Derived>::parseNumber(bool AllowNegative) { in parseNumber() argument3760 if (AllowNegative) in parseNumber()
9140 bool AllowNegative = allowNegativeFlatOffset(FlatVariant); in isLegalFLATOffset() local9142 return isIntN(N, Offset) && (AllowNegative || Offset >= 0); in isLegalFLATOffset()9152 bool AllowNegative = allowNegativeFlatOffset(FlatVariant); in splitFlatOffset() local9155 if (AllowNegative) { in splitFlatOffset()
4433 bool AllowNegative = in validateFlatOffset() local4436 if (!isIntN(OffsetSize, Op.getImm()) || (!AllowNegative && Op.getImm() < 0)) { in validateFlatOffset()4439 (AllowNegative ? Twine(OffsetSize) + "-bit signed offset" in validateFlatOffset()