Searched refs:isNegativeZeroValue (Results 1 – 5 of 5) sorted by relevance
64 bool isNegativeZeroValue() const;
142 return C->isNegativeZeroValue(); in match()894 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
1409 (Z1->isNegativeZeroValue() && Z2->isNegativeZeroValue()))) { in visitFAdd()
1792 return C->isNegativeZeroValue(); in isNeg()1802 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()
45 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant