Home
last modified time | relevance | path

Searched refs:AddRanger (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Doperation-typer.h70 Type* AddRanger(double lhs_min, double lhs_max, double rhs_min,
Doperation-typer.cc164 Type* OperationTyper::AddRanger(double lhs_min, double lhs_max, double rhs_min, in AddRanger() function in v8::internal::compiler::OperationTyper
541 type = AddRanger(lhs->Min(), lhs->Max(), rhs->Min(), rhs->Max()); in NumberAdd()