Home
last modified time | relevance | path

Searched defs:IntNConstant (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc81 Node* IntNConstant(int32_t value) { return r_->Int32Constant(value); } in IntNConstant() function in v8::internal::compiler::Word32Adapter
144 Node* IntNConstant(int64_t value) { return r_->Int64Constant(value); } in IntNConstant() function in v8::internal::compiler::Word64Adapter