Searched defs:Int32Add (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ | ||
| D | machine-operator-reducer.cc | 232 Node* MachineOperatorReducer::Int32Add(Node* lhs, Node* rhs) { in Int32Add() function in v8::internal::compiler::MachineOperatorReducer |
| D | code-assembler.h | 997 TNode<Int32T> Int32Add(TNode<Int32T> left, TNode<Int32T> right) { in Int32Add() function |
| D | raw-machine-assembler.h | 440 Node* Int32Add(Node* a, Node* b) { in Int32Add() function |