Lines Matching full:bitwidth
877 uint32_t BitWidth = cast<IntegerType>(V->getType())->getBitWidth();878 uint32_t CSTVal = CST->getLimitedValue(BitWidth);880 APInt::getOneBitSet(BitWidth, CSTVal));