Lines Matching full:bitwidth
1821 APSInt BitWidth;
1823 MemberDecl->getBitWidth()->isIntegerConstantExpr(BitWidth, Context)) {
1824 APSInt ToSize(BitWidth.getBitWidth(), BitWidth.isUnsigned());
1828 if (BitWidth < ToSize ||
1829 (FromType->isSignedIntegerType() && BitWidth <= ToSize)) {
1835 if (FromType->isUnsignedIntegerType() && BitWidth <= ToSize) {