Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dchange-lowering-unittest.cc136 IsMerge(IsIfTrue(AllOf(CaptureEq(&branch), in TARGET_TEST_P()
216 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))), in TARGET_TEST_F()
244 IsIfTrue(AllOf( in TARGET_TEST_F()
270 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))), in TARGET_TEST_F()
296 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))), in TARGET_TEST_F()
327 IsIfTrue(AllOf(CaptureEq(&branch), in TARGET_TEST_F()
381 IsIfTrue(AllOf( in TARGET_TEST_F()
408 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))), in TARGET_TEST_F()
435 IsMerge(AllOf(CaptureEq(&if_true), IsIfTrue(CaptureEq(&branch))), in TARGET_TEST_F()
467 IsIfTrue(AllOf(CaptureEq(&branch), in TARGET_TEST_F()
Djs-builtin-reducer-unittest.cc134 IsMerge(IsIfTrue(CaptureEq(&branch)), in TEST_F()
Dgraph-unittest.h59 Matcher<Node*> IsIfTrue(const Matcher<Node*>& control_matcher);
Dgraph-unittest.cc618 Matcher<Node*> IsIfTrue(const Matcher<Node*>& control_matcher) { in IsIfTrue() function