Lines Matching full:bitwidth
679 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) {680 Val = Val.extOrTrunc(BitWidth);782 // Get the bitwidth of the switched-on value after promotions. We must1192 // Get the bitwidth of the enum value before promotions.