Home | History | Annotate | Download | only in Sema

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 must
1181 // Get the bitwidth of the enum value before promotions.