Searched defs:IntNConstant (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ | ||
| D | machine-operator-reducer.cc | 81 Node* IntNConstant(int32_t value) { return r_->Int32Constant(value); } in IntNConstant() function in v8::internal::compiler::Word32Adapter |