Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h763 const Operator* NumberLog1p(); in NON_EXPORTED_BASE()
Dopcodes.h373 V(NumberLog1p) \
Doperation-typer.cc440 Type OperationTyper::NumberLog1p(Type type) { in NumberLog1p() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc711 V(NumberLog1p, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4736 return ReduceMathUnary(node, simplified()->NumberLog1p()); in ReduceJSCall()