Searched refs:Int64AddWithOverflow (Results 1 – 5 of 5) sorted by relevance
501 Node* Int64AddWithOverflow(Node* a, Node* b) { in Int64AddWithOverflow() function502 return AddNode(machine()->Int64AddWithOverflow(), a, b); in Int64AddWithOverflow()
504 const Operator* Int64AddWithOverflow(); in NON_EXPORTED_BASE()
581 V(Int64AddWithOverflow) \
649 V(Int64AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
1476 V(Word64, Int64AddWithOverflow, kS390_Add64, AddOperandMode, \