Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsArithmeticZero

2673   virtual bool IsArithmeticZero() const { return false; }
2727 bool IsArithmeticZero() const OVERRIDE { return GetValue() == 0; }
2766 bool IsArithmeticZero() const OVERRIDE { return GetValue() == 0; }
2800 bool IsArithmeticZero() const OVERRIDE {
2804 return IsArithmeticZero() && !std::signbit(value_);
2807 return IsArithmeticZero() && std::signbit(value_);
2851 bool IsArithmeticZero() const OVERRIDE {
2855 return IsArithmeticZero() && !std::signbit(value_);
2858 return IsArithmeticZero() && std::signbit(value_);