Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h386 Node* BuildI64Popcnt(Node* input);
Dwasm-compiler.cc792 return BuildI64Popcnt(input); in Unop()
1773 Node* WasmGraphBuilder::BuildI64Popcnt(Node* input) { in BuildI64Popcnt() function in v8::internal::compiler::WasmGraphBuilder