Searched defs:NodeMatcher (Results 1 – 2 of 2) sorted by relevance
16 struct NodeMatcher { struct17 explicit NodeMatcher(Node* node) : node_(node) {} in NodeMatcher() argument40 struct ValueMatcher : public NodeMatcher { argument
118 class NodeMatcher : public MatcherInterface<Node*> { class120 explicit NodeMatcher(IrOpcode::Value opcode) : opcode_(opcode) {} in NodeMatcher() function in v8::internal::compiler::__anon509b27a20111::NodeMatcher