Lines Matching refs:getZExtValue
424 unsigned PosOffset = (-*AddC).getZExtValue(); in commonShiftTransforms()
505 unsigned InnerShAmt = InnerShiftConst->getZExtValue(); in canEvaluateShiftedShift()
591 unsigned InnerShAmt = C1->getZExtValue(); in foldShiftedShift()
741 canEvaluateShifted(Op0, Op1C->getZExtValue(), IsLeftShift, *this, &I)) { in FoldShiftByConstant()
748 I, getShiftedValue(Op0, Op1C->getZExtValue(), IsLeftShift, *this, DL)); in FoldShiftByConstant()
851 unsigned ShAmtC = C->getZExtValue(); in visitShl()
872 unsigned ShrAmt = C1->getZExtValue(); in visitShl()
893 unsigned ShrAmt = C1->getZExtValue(); in visitShl()
922 unsigned ShrAmtC = C1->getZExtValue(); in visitShl()
938 unsigned AmtSum = ShAmtC + C1->getZExtValue(); in visitShl()
1073 unsigned ShAmtC = C->getZExtValue(); in visitLShr()
1093 unsigned ShlAmtC = C1->getZExtValue(); in visitLShr()
1108 unsigned ShlAmtC = C1->getZExtValue(); in visitLShr()
1202 unsigned AmtSum = ShAmtC + C1->getZExtValue(); in visitLShr()
1211 unsigned AmtSum = ShAmtC + C1->getZExtValue(); in visitLShr()
1383 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()
1398 unsigned ShlAmt = ShOp1->getZExtValue(); in visitAShr()
1417 unsigned AmtSum = ShAmt + ShOp1->getZExtValue(); in visitAShr()