Searched refs:Int32SubWithOverflow (Results 1 – 7 of 7) sorted by relevance
63 V(Int32SubWithOverflow) \
252 const Operator* Int32SubWithOverflow(); in NON_EXPORTED_BASE()
282 Node* Int32SubWithOverflow(Node* a, Node* b) { in Int32SubWithOverflow() function283 return AddNode(machine()->Int32SubWithOverflow(), a, b); in Int32SubWithOverflow()
394 V(Int32SubWithOverflow) \
366 V(Int32SubWithOverflow, Operator::kNoProperties) \
246 NodeProperties::ChangeOp(node, machine()->Int32SubWithOverflow()); in Reduce()
1255 Node* value = __ Int32SubWithOverflow(lhs, rhs); in LowerCheckedInt32Sub()