Searched refs:new_shift (Results 1 – 1 of 1) sorted by relevance
101 int32_t new_shift = current_shift + shift; in check_and_propagate_bit_shift32() local106 if (current_shift * new_shift < 0) in check_and_propagate_bit_shift32()112 if (new_shift < -31 || new_shift > 31) in check_and_propagate_bit_shift32()