Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc139 class IsIfValueMatcher final : public NodeMatcher { class
141 IsIfValueMatcher(const Matcher<int32_t>& value_matcher, in IsIfValueMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsIfValueMatcher
1552 return MakeMatcher(new IsIfValueMatcher(value_matcher, control_matcher)); in IsIfValue()