Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dcontrol-flow-optimizer-unittest.cc61 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)), in TEST_F()
62 IsIfValue(1, CaptureEq(&switch_capture)), in TEST_F()
93 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)), in TEST_F()
94 IsIfValue(1, CaptureEq(&switch_capture)), in TEST_F()
Dnode-test-utils.h64 Matcher<Node*> IsIfValue(const Matcher<int32_t>& value_matcher,
Dnode-test-utils.cc1550 Matcher<Node*> IsIfValue(const Matcher<int32_t>& value_matcher, in IsIfValue() function