Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.h487 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function
488 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan()
497 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
Dmachine-operator.h426 const Operator* Uint64LessThan(); in NON_EXPORTED_BASE()
Dopcodes.h525 V(Uint64LessThan) \
Dgraph-assembler.h79 V(Uint64LessThan) \
Dmachine-operator.cc253 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc539 op = m->Uint64LessThan(); in Binop()
553 op = m->Uint64LessThan(); in Binop()
Deffect-control-linearizer.cc2535 Node* check = __ Uint64LessThan(index, limit); in LowerCheckedUint64Bounds()