Searched refs:Uint64Constant (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Djs-graph.h99 Node* Uint64Constant(uint64_t value) { function in class:v8::internal::compiler::JSGraph
H A Dmachine-operator-reducer.h40 Node* Uint64Constant(uint64_t value) { function in class:v8::internal::compiler::final
H A Dmachine-operator-reducer.cc708 return Replace(Uint64Constant(bit_cast<uint64_t>(m.left().Value()) +
737 return Replace(Uint64Constant(bit_cast<uint64_t>(m.left().Value()) -

Completed in 204 milliseconds