Searched refs:Int64LessThan (Results 1 – 6 of 6) sorted by relevance
379 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function380 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()391 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
292 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
451 V(Int64LessThan) \
918 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
130 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
447 op = m->Int64LessThan(); in Binop()459 op = m->Int64LessThan(); in Binop()