Lines Matching refs:getZExtValue
101 unsigned InnerShAmt = InnerShiftConst->getZExtValue(); in canEvaluateShiftedShift()
205 unsigned InnerShAmt = C1->getZExtValue(); in foldShiftedShift()
358 canEvaluateShifted(Op0, Op1C->getZExtValue(), isLeftShift, *this, &I)) { in FoldShiftByConstant()
365 I, getShiftedValue(Op0, Op1C->getZExtValue(), isLeftShift, *this, DL)); in FoldShiftByConstant()
407 MaskV <<= Op1C->getZExtValue(); in FoldShiftByConstant()
410 MaskV.lshrInPlace(Op1C->getZExtValue()); in FoldShiftByConstant()
606 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitShl()
629 unsigned ShrAmt = ShOp1->getZExtValue(); in visitShl()
649 unsigned AmtSum = ShAmt + ShOp1->getZExtValue(); in visitShl()
710 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitLShr()
730 unsigned ShlAmt = ShOp1->getZExtValue(); in visitLShr()
744 unsigned ShlAmt = ShOp1->getZExtValue(); in visitLShr()
798 unsigned AmtSum = ShAmt + ShOp1->getZExtValue(); in visitLShr()
840 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()
855 unsigned ShlAmt = ShOp1->getZExtValue(); in visitAShr()
874 unsigned AmtSum = ShAmt + ShOp1->getZExtValue(); in visitAShr()