Searched refs:isNegativeZeroValue (Results 1 – 4 of 4) sorted by relevance
57 bool isNegativeZeroValue() const;
658 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
1634 return C->isNegativeZeroValue(); in isNeg()1642 return C->isNegativeZeroValue(); in isFNeg()
43 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant