Searched refs:Uint64LessThan (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 526 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 D | graph-assembler.h | 79 V(Uint64LessThan) \
|
H A D | machine-operator.h | 513 const Operator* Uint64LessThan();
|
H A D | opcodes.h | 531 V(Uint64LessThan) \
|
H A D | machine-operator.cc | 303 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 978 op = m->Uint64LessThan(); in Binop() 992 op = m->Uint64LessThan(); in Binop()
|
H A D | effect-control-linearizer.cc | 2514 Node* check = __ Uint64LessThan(index, limit); in LowerCheckedUint64Bounds()
|
Completed in 34 milliseconds