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

/external/v8/src/compiler/
H A Djs-graph.h63 Node* ZeroConstant();
139 Node* NoContextConstant() { return ZeroConstant(); }
H A Djs-graph.cc125 Node* JSGraph::ZeroConstant() { function in class:v8::internal::compiler::JSGraph
171 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(0.0)) return ZeroConstant();
178 if (value == 0) return ZeroConstant();
184 if (value == 0) return ZeroConstant();
H A Djs-builtin-reducer.cc316 jsgraph()->ZeroConstant(), effect, control);
752 jsgraph()->ZeroConstant());
1431 jsgraph()->ZeroConstant());
1742 : jsgraph()->ZeroConstant();
1970 check, jsgraph()->ZeroConstant(), value);
H A Djs-create-lowering.cc633 jsgraph()->ZeroConstant());
736 Node* length = jsgraph()->ZeroConstant();
1191 ? jsgraph()->ZeroConstant()
H A Djs-intrinsic-lowering.cc346 check, jsgraph()->ZeroConstant(), value);
H A Djs-call-reducer.cc74 Node* value = (p.arity() == 2) ? jsgraph()->ZeroConstant()
H A Djs-typed-lowering.cc1056 jsgraph()->ZeroConstant()));
1120 input = jsgraph()->ZeroConstant();
1126 jsgraph()->ZeroConstant(), input);
1167 return Replace(jsgraph()->ZeroConstant());
H A Dbytecode-graph-builder.cc681 Node* node = jsgraph()->ZeroConstant();
1906 Node* pop_node = jsgraph()->ZeroConstant();
H A Djs-native-context-specialization.cc1810 base_pointer = jsgraph()->ZeroConstant();
1853 check, jsgraph()->ZeroConstant(), length);
H A Dast-graph-builder.cc1806 environment()->Push(jsgraph()->ZeroConstant());
2738 Node* pop_node = jsgraph()->ZeroConstant();
H A Dwasm-compiler.cc344 graph()->NewNode(common()->Throw(), jsgraph()->ZeroConstant(),

Completed in 283 milliseconds