Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h520 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
521 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
532 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
Dmachine-operator.h510 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
Dopcodes.h529 V(Int64LessThan) \
Drepresentation-change.cc1351 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
Dmachine-operator.cc299 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dsimplified-lowering.cc2819 lowering->DoMax(node, lowering->machine()->Int64LessThan(), in VisitNode()
2877 lowering->DoMin(node, lowering->machine()->Int64LessThan(), in VisitNode()
Dwasm-compiler.cc972 op = m->Int64LessThan(); in Binop()
984 op = m->Int64LessThan(); in Binop()