Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h315 const Operator* NumberLog2(); in NON_EXPORTED_BASE()
Dopcodes.h288 V(NumberLog2) \
Dsimplified-operator.cc444 V(NumberLog2, Operator::kNoProperties, 1, 0) \
Doperation-typer.cc389 Type* OperationTyper::NumberLog2(Type* type) { in NumberLog2() function in v8::internal::compiler::OperationTyper
Djs-builtin-reducer.cc1242 Node* value = graph()->NewNode(simplified()->NumberLog2(), r.left()); in ReduceMathLog2()