Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.h31 void DoMax(Node* node, Operator const* op, MachineRepresentation rep);
Dsimplified-lowering.cc2068 lowering->DoMax(node, lowering->machine()->Uint32LessThan(), in VisitNode()
2074 lowering->DoMax(node, lowering->machine()->Int32LessThan(), in VisitNode()
2080 lowering->DoMax(node, lowering->machine()->Float64LessThan(), in VisitNode()
3381 void SimplifiedLowering::DoMax(Node* node, Operator const* op, in DoMax() function in v8::internal::compiler::SimplifiedLowering