Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h571 const Operator* NumberLog1p(); in NON_EXPORTED_BASE()
Dopcodes.h326 V(NumberLog1p) \
Doperation-typer.cc439 Type OperationTyper::NumberLog1p(Type type) { in NumberLog1p() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc692 V(NumberLog1p, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3564 return ReduceMathUnary(node, simplified()->NumberLog1p()); in ReduceJSCall()