Lines Matching full:bitwidth
661 uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth();663 CI->getValue().zext(BitWidth));668 uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth();670 CI->getValue().sext(BitWidth));1183 // undefined because the shift value is as large as the bitwidth.