Home | History | Annotate | Download | only in IR

Lines Matching full:bitwidth

686       uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth();
688 CI->getValue().zext(BitWidth));
693 uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth();
695 CI->getValue().sext(BitWidth));
1254 // undefined because the shift value is as large as the bitwidth.