Home
last modified time | relevance | path

Searched refs:ReduceTruncateInt64ToInt32 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.h117 Reduction ReduceTruncateInt64ToInt32(Node* node); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc288 Reduction const reduction = ReduceTruncateInt64ToInt32(node); in TruncateInt64ToInt32()
873 return ReduceTruncateInt64ToInt32(node); in Reduce()
974 Reduction MachineOperatorReducer::ReduceTruncateInt64ToInt32(Node* node) { in ReduceTruncateInt64ToInt32() function in v8::internal::compiler::MachineOperatorReducer