Searched refs:LeftBitWidth (Results 1 – 2 of 2) sorted by relevance
239 const unsigned LeftBitWidth = Ctx.getASTContext().getIntWidth(LHSTy); in checkLeftShiftOverflow() local240 assert(LeftBitWidth > 0); in checkLeftShiftOverflow()257 LeftBitWidth - static_cast<unsigned>(ShouldPreserveSignBit); in checkLeftShiftOverflow()259 assert(LeftBitWidth >= UsedBitsInLeftOperand); in checkLeftShiftOverflow()
222 unsigned LeftBitWidth = LeftOp.getBitWidth(); in eval() local224 unsigned NewBitWidth = std::max(LeftBitWidth, RightBitWidth); in eval()