Searched refs:isNegativeZeroValue (Results 1 – 4 of 4) sorted by relevance
62 bool isNegativeZeroValue() const;
689 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
1917 return C->isNegativeZeroValue(); in isNeg()1925 return C->isNegativeZeroValue(); in isFNeg()
45 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant