Lines Matching refs:getZExtValue
71 unsigned SecondShiftAmt = SecondShiftConst->getZExtValue(); in canEvaluateShiftedShift()
131 if (CI->getZExtValue() == NumBits) { in CanEvaluateShifted()
227 unsigned NewShAmt = NumBits+CI->getZExtValue(); in GetShiftedValue()
252 assert(CI->getZExtValue() > NumBits); in GetShiftedValue()
254 CI->getZExtValue() - NumBits)); in GetShiftedValue()
270 unsigned NewShAmt = NumBits+CI->getZExtValue(); in GetShiftedValue()
294 assert(CI->getZExtValue() > NumBits); in GetShiftedValue()
296 CI->getZExtValue() - NumBits)); in GetShiftedValue()
340 CanEvaluateShifted(Op0, COp1->getZExtValue(), isLeftShift, *this, &I)) { in FoldShiftByConstant()
345 I, GetShiftedValue(Op0, COp1->getZExtValue(), isLeftShift, *this, DL)); in FoldShiftByConstant()
398 MaskV <<= COp1->getZExtValue(); in FoldShiftByConstant()
401 MaskV = MaskV.lshr(COp1->getZExtValue()); in FoldShiftByConstant()
709 unsigned ShAmt = Op1C->getZExtValue(); in visitShl()
752 unsigned ShAmt = Op1C->getZExtValue(); in visitLShr()
796 unsigned ShAmt = Op1C->getZExtValue(); in visitAShr()
810 if (Op1C->getZExtValue() == DestBits-SrcBits) in visitAShr()