Searched refs:UsedBitsInLeftOperand (Results 1 – 1 of 1) sorted by relevance
257 const unsigned UsedBitsInLeftOperand = Left->getValue()->getActiveBits(); in checkLeftShiftOverflow() local258 assert(LeftBitWidth >= UsedBitsInLeftOperand); in checkLeftShiftOverflow()260 LeftAvailableBitWidth - UsedBitsInLeftOperand; in checkLeftShiftOverflow()