Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc503 class IsPhi2Matcher final : public NodeMatcher { class
505 IsPhi2Matcher(const Matcher<MachineRepresentation>& type_matcher, in IsPhi2Matcher() function in v8::internal::compiler::__anon313fbfee0111::IsPhi2Matcher
1653 return MakeMatcher(new IsPhi2Matcher(type_matcher, value0_matcher, in IsPhi()