Searched defs:Int64LessThan (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Draw-machine-assembler.h317 Node* Int64LessThan(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
318 return AddNode(machine()->Int64LessThan(), a, b);
329 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); }

Completed in 53 milliseconds