Searched refs:UsedBitsInLeftOperand (Results 1 – 1 of 1) sorted by relevance
258 const unsigned UsedBitsInLeftOperand = Left->getValue().getActiveBits(); in checkLeftShiftOverflow() local259 assert(LeftBitWidth >= UsedBitsInLeftOperand); in checkLeftShiftOverflow()261 LeftAvailableBitWidth - UsedBitsInLeftOperand; in checkLeftShiftOverflow()