Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.h34 void DoMax(Node* node, Operator const* op, MachineRepresentation rep);
Dsimplified-lowering.cc2147 lowering->DoMax(node, lowering->machine()->Uint32LessThan(), in VisitNode()
2154 lowering->DoMax(node, lowering->machine()->Int32LessThan(), in VisitNode()
2161 lowering->DoMax(node, lowering->machine()->Float64LessThan(), in VisitNode()
3807 void SimplifiedLowering::DoMax(Node* node, Operator const* op, in DoMax() function in v8::internal::compiler::SimplifiedLowering