Searched refs:isNegativeZeroValue (Results 1 – 10 of 10) sorted by relevance
61 bool isNegativeZeroValue() const;
63 bool isNegativeZeroValue() const;
142 return C->isNegativeZeroValue(); in match()894 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
65 bool isNegativeZeroValue() const;
1389 (Z1->isNegativeZeroValue() && Z2->isNegativeZeroValue()))) { in visitFAdd()
658 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
1909 return C->isNegativeZeroValue(); in isNeg()1917 return C->isNegativeZeroValue(); in isFNeg()
43 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant
2237 return C->isNegativeZeroValue(); in isNeg()2247 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()
44 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant