Searched refs:AllowNegative (Results 1 – 4 of 4) sorted by relevance
7941 bool AllowNegative = FlatVariant != SIInstrFlags::FLAT; in isLegalFLATOffset() local7944 AllowNegative = false; in isLegalFLATOffset()7952 return isIntN(N, Offset) && (AllowNegative || Offset >= 0); in isLegalFLATOffset()7961 bool AllowNegative = FlatVariant != SIInstrFlags::FLAT; in splitFlatOffset() local7964 AllowNegative = false; in splitFlatOffset()7967 if (AllowNegative) { in splitFlatOffset()
2503 StringView parseNumber(bool AllowNegative = false);3463 AbstractManglingParser<Alloc, Derived>::parseNumber(bool AllowNegative) { in parseNumber() argument3465 if (AllowNegative) in parseNumber()
4122 bool AllowNegative = in validateFlatOffset() local4124 if (!isIntN(OffsetSize, Op.getImm()) || (!AllowNegative && Op.getImm() < 0)) { in validateFlatOffset()4127 (AllowNegative ? Twine(OffsetSize) + "-bit signed offset" in validateFlatOffset()