Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.h379 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
380 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
391 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
Dmachine-operator.h292 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
Dopcodes.h451 V(Int64LessThan) \
Drepresentation-change.cc918 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
Dmachine-operator.cc130 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc447 op = m->Int64LessThan(); in Binop()
459 op = m->Int64LessThan(); in Binop()