Home
last modified time | relevance | path

Searched refs:IsBinopMatcher (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dgraph-unittest.cc549 class IsBinopMatcher FINAL : public NodeMatcher {
551 IsBinopMatcher(IrOpcode::Value opcode, const Matcher<Node*>& lhs_matcher, in IsBinopMatcher() function in v8::internal::compiler::__anon509b27a20111::FINAL
744 new IsBinopMatcher(IrOpcode::k##Name, lhs_matcher, rhs_matcher)); \