Searched refs:IntNConstant (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | machine-operator-reducer.cc | 81 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 1700 node->ReplaceInput(1, a.IntNConstant(m.right().ResolvedValue() & in ReduceWordNAnd() |
Completed in 4 milliseconds