Searched refs:NumberTanh (Results 1 – 5 of 5) sorted by relevance
775 const Operator* NumberTanh(); in NON_EXPORTED_BASE()
382 V(NumberTanh) \
508 Type OperationTyper::NumberTanh(Type type) { in NumberTanh() function in v8::internal::compiler::OperationTyper
723 V(NumberTanh, Operator::kNoProperties, 1, 0) \
4754 return ReduceMathUnary(node, simplified()->NumberTanh()); in ReduceJSCall()