Searched refs:FloatMatcher (Results 1 – 2 of 2) sorted by relevance
187 struct FloatMatcher final : public ValueMatcher<T, kOpcode> {188 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher() function225 using Float32Matcher = FloatMatcher<float, IrOpcode::kFloat32Constant>;226 using Float64Matcher = FloatMatcher<double, IrOpcode::kFloat64Constant>;227 using NumberMatcher = FloatMatcher<double, IrOpcode::kNumberConstant>;
433 Regex FloatMatcher("^(\\.[0-9]+|[0-9]+(\\.[0-9]*)?)([eE][-+]?[0-9]+)?$");434 if (FloatMatcher.match(S))