Searched refs:NumberAtan2 (Results 1 – 5 of 5) sorted by relevance
563 const Operator* NumberAtan2(); in NON_EXPORTED_BASE()
287 V(NumberAtan2) \
981 Type OperationTyper::NumberAtan2(Type lhs, Type rhs) { in NumberAtan2() function in v8::internal::compiler::OperationTyper
684 V(NumberAtan2, Operator::kNoProperties, 2, 0) \
3586 return ReduceMathBinary(node, simplified()->NumberAtan2()); in ReduceJSCall()