Home
last modified time | relevance | path

Searched refs:Int64LessThan (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.h481 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
482 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
493 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
Dmachine-operator.h423 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
Dopcodes.h523 V(Int64LessThan) \
Drepresentation-change.cc1311 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
Dmachine-operator.cc249 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dsimplified-lowering.cc2556 lowering->DoMax(node, lowering->machine()->Int64LessThan(), in VisitNode()
2614 lowering->DoMin(node, lowering->machine()->Int64LessThan(), in VisitNode()
Dwasm-compiler.cc533 op = m->Int64LessThan(); in Binop()
545 op = m->Int64LessThan(); in Binop()