Searched refs:IsUnopMatcher (Results 1 – 1 of 1) sorted by relevance
1419 class IsUnopMatcher final : public NodeMatcher { class1421 IsUnopMatcher(IrOpcode::Value opcode, const Matcher<Node*>& input_matcher) in IsUnopMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsUnopMatcher2087 return MakeMatcher(new IsUnopMatcher(IrOpcode::k##Name, input_matcher)); \