Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h526 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function in v8::internal::compiler::RawMachineAssembler
527 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan()
536 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
H A Dgraph-assembler.h79 V(Uint64LessThan) \
H A Dmachine-operator.h513 const Operator* Uint64LessThan();
H A Dopcodes.h531 V(Uint64LessThan) \
H A Dmachine-operator.cc303 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
H A Dwasm-compiler.cc978 op = m->Uint64LessThan(); in Binop()
992 op = m->Uint64LessThan(); in Binop()
H A Deffect-control-linearizer.cc2514 Node* check = __ Uint64LessThan(index, limit); in LowerCheckedUint64Bounds()

Completed in 34 milliseconds