Searched refs:LeftBitWidth (Results 1 – 2 of 2) sorted by relevance
238 const unsigned LeftBitWidth = Ctx.getASTContext().getIntWidth(LHSTy); in checkLeftShiftOverflow() local239 assert(LeftBitWidth > 0); in checkLeftShiftOverflow()256 LeftBitWidth - static_cast<unsigned>(ShouldPreserveSignBit); in checkLeftShiftOverflow()258 assert(LeftBitWidth >= UsedBitsInLeftOperand); in checkLeftShiftOverflow()
221 unsigned LeftBitWidth = LeftOp.getBitWidth(); in eval() local223 unsigned NewBitWidth = std::max(LeftBitWidth, RightBitWidth); in eval()