Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h646 Node* BuildI64Popcnt(Node* input);
Dwasm-compiler.cc1331 return BuildI64Popcnt(input); in Unop()
2249 Node* WasmGraphBuilder::BuildI64Popcnt(Node* input) { in BuildI64Popcnt() function in v8::internal::compiler::WasmGraphBuilder