Searched refs:ReplaceFloat64 (Results 1 – 4 of 4) sorted by relevance
342 return ReplaceFloat64(m.left().Value() + m.right().Value()); in Reduce()349 return ReplaceFloat64(m.left().Value() - m.right().Value()); in Reduce()360 return ReplaceFloat64(m.left().Value() * m.right().Value()); in Reduce()374 return ReplaceFloat64(m.left().Value() / m.right().Value()); in Reduce()387 return ReplaceFloat64(modulo(m.left().Value(), m.right().Value())); in Reduce()393 if (m.HasValue()) return ReplaceFloat64(m.Value()); in Reduce()410 if (m.HasValue()) return ReplaceFloat64(FastI2D(m.Value())); in Reduce()420 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value())); in Reduce()
61 if (m.HasValue()) return ReplaceFloat64(m.Value()); in Reduce()113 Reduction SimplifiedOperatorReducer::ReplaceFloat64(double value) { in ReplaceFloat64() function in v8::internal::compiler::SimplifiedOperatorReducer
31 Reduction ReplaceFloat64(double value);
39 Reduction ReplaceFloat64(volatile double value) { in ReplaceFloat64() function