Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getZExtValue

86     if (CI->getZExtValue() == NumBits) {
132 if (CI->getZExtValue() > NumBits) {
133 unsigned LowBits = TypeWidth - CI->getZExtValue();
156 if (CI->getValue().ult(TypeWidth) && CI->getZExtValue() > NumBits) {
157 unsigned LowBits = CI->getZExtValue() - NumBits;
223 unsigned NewShAmt = NumBits+CI->getZExtValue();
248 assert(CI->getZExtValue() > NumBits);
250 CI->getZExtValue() - NumBits));
264 unsigned NewShAmt = NumBits+CI->getZExtValue();
288 assert(CI->getZExtValue() > NumBits);
290 CI->getZExtValue() - NumBits));
332 CanEvaluateShifted(Op0, COp1->getZExtValue(), isLeftShift, *this)) {
337 GetShiftedValue(Op0, COp1->getZExtValue(), isLeftShift, *this));
390 MaskV <<= COp1->getZExtValue();
393 MaskV = MaskV.lshr(COp1->getZExtValue());
701 unsigned ShAmt = Op1C->getZExtValue();
743 unsigned ShAmt = Op1C->getZExtValue();
786 unsigned ShAmt = Op1C->getZExtValue();
800 if (Op1C->getZExtValue() == DestBits-SrcBits)