Searched defs:ZeroConstant (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Djs-graph.cc76 Node* JSGraph::ZeroConstant() { function in class:v8::internal::compiler::JSGraph
137 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(0.0)) return ZeroConstant();
144 if (value == 0) return ZeroConstant();

Completed in 90 milliseconds