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