Searched refs:IsBinopMatcher (Results 1 – 1 of 1) sorted by relevance
549 class IsBinopMatcher FINAL : public NodeMatcher {551 IsBinopMatcher(IrOpcode::Value opcode, const Matcher<Node*>& lhs_matcher, in IsBinopMatcher() function in v8::internal::compiler::__anon509b27a20111::FINAL744 new IsBinopMatcher(IrOpcode::k##Name, lhs_matcher, rhs_matcher)); \