Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dchange-lowering-unittest.cc138 IsIfFalse(CaptureEq(&branch))))); in TARGET_TEST_P()
217 IsIfFalse(AllOf(CaptureEq(&branch), in TARGET_TEST_F()
248 IsIfFalse(CaptureEq(&branch))))); in TARGET_TEST_F()
271 IsIfFalse(AllOf( in TARGET_TEST_F()
297 IsIfFalse(AllOf( in TARGET_TEST_F()
331 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch)))))); in TARGET_TEST_F()
385 IsIfFalse(CaptureEq(&branch))))); in TARGET_TEST_F()
409 IsIfFalse(AllOf( in TARGET_TEST_F()
436 IsIfFalse(AllOf( in TARGET_TEST_F()
471 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch)))))); in TARGET_TEST_F()
Djs-builtin-reducer-unittest.cc135 IsIfFalse(AllOf(CaptureEq(&branch), in TEST_F()
Dgraph-unittest.h60 Matcher<Node*> IsIfFalse(const Matcher<Node*>& control_matcher);
Dgraph-unittest.cc623 Matcher<Node*> IsIfFalse(const Matcher<Node*>& control_matcher) { in IsIfFalse() function