Searched refs:IsFalseConstant (Results 1 – 4 of 4) sorted by relevance
201 EXPECT_THAT(reduction1.replacement(), IsFalseConstant()); in TEST_F()223 EXPECT_THAT(reduction.replacement(), IsFalseConstant()); in TEST_F()
43 Matcher<Node*> IsFalseConstant();
135 IsTrueConstant(), IsFalseConstant(), in TARGET_TEST_P()
89 Matcher<Node*> GraphTest::IsFalseConstant() { in IsFalseConstant() function in v8::internal::compiler::GraphTest