Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dchange-lowering-unittest.cc385 IsProjection(0, AllOf(CaptureEq(&add), in TARGET_TEST_F()
389 IsBranch(IsProjection(1, CaptureEq(&add)), in TARGET_TEST_F()
Dnode-test-utils.h101 Matcher<Node*> IsProjection(const Matcher<size_t>& index_matcher,
Dnode-test-utils.cc1673 Matcher<Node*> IsProjection(const Matcher<size_t>& index_matcher, in IsProjection() function