Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h87 Type Rangify(Type);
Doperation-typer.cc136 Type OperationTyper::Rangify(Type type) { in Rangify() function in v8::internal::compiler::OperationTyper
692 lhs = Rangify(lhs); in NumberMultiply()
693 rhs = Rangify(rhs); in NumberMultiply()