Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h384 Node* BuildI32Popcnt(Node* input);
Dwasm-compiler.cc678 return BuildI32Popcnt(input); in Unop()
1768 Node* WasmGraphBuilder::BuildI32Popcnt(Node* input) { in BuildI32Popcnt() function in v8::internal::compiler::WasmGraphBuilder