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

/external/v8/src/compiler/
H A Draw-machine-assembler.h264 Node* Int32LessThan(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
265 return AddNode(machine()->Int32LessThan(), a, b);
285 Node* Int32GreaterThan(Node* a, Node* b) { return Int32LessThan(b, a); }

Completed in 93 milliseconds