HomeSort by relevance Sort by last modified time
    Searched refs:IsFloat64Constant (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
simplified-operator-reducer-unittest.cc 335 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(n));
345 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(IsNaN()));
354 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(IsNaN()));
graph-unittest.h 70 Matcher<Node*> IsFloat64Constant(const Matcher<double>& value_matcher);
machine-operator-reducer-unittest.cc 254 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(x));
318 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(FastI2D(x)));
347 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(FastUI2D(x)));
graph-unittest.cc 678 Matcher<Node*> IsFloat64Constant(const Matcher<double>& value_matcher) {

Completed in 442 milliseconds