Searched defs:IsNegative (Results 1 – 14 of 14) sorted by relevance
53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
301 void ParseSingleInteger(bool IsNegative, OperandVector &Operands) { in ParseSingleInteger()311 bool ParseOperandStartingWithInteger(bool IsNegative, in ParseOperandStartingWithInteger()
135 bool IsNegative() const { return this->HasValue() && this->Value() < 0; } in IsNegative() function165 bool IsNegative() const { return this->HasValue() && this->Value() < 0.0; } in IsNegative() function
622 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
1579 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
856 bool IsNegative, IsNotNegative; in simplifyRangeCheck() local
2149 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
856 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
2399 bool IsNegative) { in getAbsolute()
2560 bool IsNegative) { in getAbsolute()
66 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
2491 bool IsNegative(T x) { in IsNegative() function
2433 bool IsNegative(T x) { in IsNegative() function