Searched refs:MultiplyRanger (Results 1 – 2 of 2) sorted by relevance
92 Type MultiplyRanger(Type lhs, Type rhs);
229 Type OperationTyper::MultiplyRanger(Type lhs, Type rhs) { in MultiplyRanger() function in v8::internal::compiler::OperationTyper696 return MultiplyRanger(lhs, rhs); in NumberMultiply()