Lines Matching refs:SignBit
1049 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth;1051 (((int64_t(VAL) << SignBit) >> SignBit) >> shiftAmt));