Searched refs:left_is_right (Results 1 – 1 of 1) sorted by relevance
1880 bool left_is_right = left.is(right); in AddAndCheckForOverflow() local1881 RCBit xorRC = left_is_right ? SetRC : LeaveRC; in AddAndCheckForOverflow()1888 if (!left_is_right) xor_(scratch, dst, right); in AddAndCheckForOverflow()1893 if (!left_is_right) xor_(scratch, dst, scratch); // Original right. in AddAndCheckForOverflow()1897 if (!left_is_right) xor_(scratch, dst, right); in AddAndCheckForOverflow()1899 if (!left_is_right) and_(overflow_dst, scratch, overflow_dst, SetRC); in AddAndCheckForOverflow()