Searched refs:Uint64LessThan (Results 1 – 5 of 5) sorted by relevance
359 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function360 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan()369 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
278 const Operator* Uint64LessThan(); in NON_EXPORTED_BASE()
368 V(Uint64LessThan) \
124 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
655 op = m->Uint64LessThan(); in Binop()669 op = m->Uint64LessThan(); in Binop()