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