Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h188 Reduction ReduceMathBinary(Node* node, const Operator* op);
Djs-call-reducer.cc87 TNode<Object> ReduceMathBinary(const Operator* op);
1166 TNode<Object> JSCallReducerAssembler::ReduceMathBinary(const Operator* op) { in ReduceMathBinary() function in v8::internal::compiler::JSCallReducerAssembler
2365 Reduction JSCallReducer::ReduceMathBinary(Node* node, const Operator* op) { in ReduceMathBinary() function in v8::internal::compiler::JSCallReducer
2378 Node* subgraph = a.ReduceMathBinary(op); in ReduceMathBinary()
4758 return ReduceMathBinary(node, simplified()->NumberAtan2()); in ReduceJSCall()
4760 return ReduceMathBinary(node, simplified()->NumberPow()); in ReduceJSCall()