Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc636 class IsProjectionMatcher final : public NodeMatcher { class
638 IsProjectionMatcher(const Matcher<size_t>& index_matcher, in IsProjectionMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsProjectionMatcher
1675 return MakeMatcher(new IsProjectionMatcher(index_matcher, base_matcher)); in IsProjection()