Searched refs:isZeroValue (Results 1 – 3 of 3) sorted by relevance
65 bool isZeroValue() const;
69 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
1940 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()