Searched refs:IsUnopMatcher (Results 1 – 1 of 1) sorted by relevance
581 class IsUnopMatcher FINAL : public NodeMatcher {583 IsUnopMatcher(IrOpcode::Value opcode, const Matcher<Node*>& input_matcher) in IsUnopMatcher() function in v8::internal::compiler::__anon024c46020111::FINAL636 return MakeMatcher(new IsUnopMatcher(IrOpcode::kValueEffect, value_matcher)); in IsValueEffect()764 return MakeMatcher(new IsUnopMatcher(IrOpcode::k##Name, input_matcher)); \