Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator-reducer-unittest.cc201 EXPECT_THAT(reduction1.replacement(), IsFalseConstant()); in TEST_F()
223 EXPECT_THAT(reduction.replacement(), IsFalseConstant()); in TEST_F()
Dgraph-unittest.h43 Matcher<Node*> IsFalseConstant();
Dchange-lowering-unittest.cc135 IsTrueConstant(), IsFalseConstant(), in TARGET_TEST_P()
Dgraph-unittest.cc89 Matcher<Node*> GraphTest::IsFalseConstant() { in IsFalseConstant() function in v8::internal::compiler::GraphTest