Searched refs:Uint64LessThan (Results 1 – 5 of 5) sorted by relevance
385 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function386 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan()395 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
295 const Operator* Uint64LessThan(); in NON_EXPORTED_BASE()
453 V(Uint64LessThan) \
134 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
453 op = m->Uint64LessThan(); in Binop()467 op = m->Uint64LessThan(); in Binop()