Home
last modified time | relevance | path

Searched refs:NumberLog2 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h765 const Operator* NumberLog2(); in NON_EXPORTED_BASE()
Dopcodes.h374 V(NumberLog2) \
Doperation-typer.cc445 Type OperationTyper::NumberLog2(Type type) { in NumberLog2() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc713 V(NumberLog2, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4740 return ReduceMathUnary(node, simplified()->NumberLog2()); in ReduceJSCall()