Searched defs:signed_sum (Results 1 – 2 of 2) sorted by relevance
564 std::optional<int64_t> signed_sum = llvm::checkedAdd(SInt(x), SInt(y)); AddWithCarry() local
14138 int64_t signed_sum = (int32_t)x + (int32_t)y + (int32_t)carry_in; in AddWithCarry() local