Searched refs:IsTrueConstant (Results 1 – 4 of 4) sorted by relevance
193 EXPECT_THAT(reduction0.replacement(), IsTrueConstant()); in TEST_F()231 EXPECT_THAT(reduction.replacement(), IsTrueConstant()); in TEST_F()
135 IsTrueConstant(), IsFalseConstant(), in TARGET_TEST_P()148 EXPECT_THAT(reduction.replacement(), IsWordEqual(val, IsTrueConstant())); in TARGET_TEST_P()
44 Matcher<Node*> IsTrueConstant();
95 Matcher<Node*> GraphTest::IsTrueConstant() { in IsTrueConstant() function in v8::internal::compiler::GraphTest