Home | History | Annotate | Download | only in VMCore

Lines Matching defs:BitWidth

656       uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth();
658 CI->getValue().zext(BitWidth));
663 uint32_t BitWidth = cast<IntegerType>(DestTy)->getBitWidth();
665 CI->getValue().sext(BitWidth));
1176 // undefined because the shift value is as large as the bitwidth.