Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h569 const Operator* NumberExpm1(); in NON_EXPORTED_BASE()
Dopcodes.h322 V(NumberExpm1) \
Doperation-typer.cc416 Type OperationTyper::NumberExpm1(Type type) { in NumberExpm1() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc690 V(NumberExpm1, Operator::kNoProperties, 1, 0) \
Djs-call-reducer.cc3556 return ReduceMathUnary(node, simplified()->NumberExpm1()); in ReduceJSCall()