Searched refs:isNegativeZeroValue (Results 1 – 4 of 4) sorted by relevance
62 bool isNegativeZeroValue() const;
143 return C->isNegativeZeroValue(); in match()770 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
1930 return C->isNegativeZeroValue(); in isNeg()1940 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()
45 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant