Searched refs:IsIfValueMatcher (Results 1 – 1 of 1) sorted by relevance
139 class IsIfValueMatcher final : public NodeMatcher { class141 IsIfValueMatcher(const Matcher<int32_t>& value_matcher, in IsIfValueMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsIfValueMatcher1552 return MakeMatcher(new IsIfValueMatcher(value_matcher, control_matcher)); in IsIfValue()