Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h761 const Operator* NumberExpm1(); in NON_EXPORTED_BASE()
Dopcodes.h369 V(NumberExpm1) \
Doperation-typer.cc417 Type OperationTyper::NumberExpm1(Type type) { in NumberExpm1() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc709 V(NumberExpm1, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc4728 return ReduceMathUnary(node, simplified()->NumberExpm1()); in ReduceJSCall()