Lines Matching refs:getZExtValue
466 unsigned PosOffset = (-*AddC).getZExtValue(); in commonShiftTransforms()
550 unsigned InnerShAmt = InnerShiftConst->getZExtValue(); in canEvaluateShiftedShift()
635 unsigned InnerShAmt = C1->getZExtValue(); in foldShiftedShift()
815 canEvaluateShifted(Op0, Op1C->getZExtValue(), IsLeftShift, *this, &I)) { in FoldShiftByConstant()
822 I, getShiftedValue(Op0, Op1C->getZExtValue(), IsLeftShift, *this, DL)); in FoldShiftByConstant()
923 const unsigned ShAmt = ShAmtAPInt->getZExtValue(); in foldLShrOverflowBit()
1041 unsigned ShAmtC = C->getZExtValue(); in visitShl()
1062 unsigned ShrAmt = C1->getZExtValue(); in visitShl()
1087 unsigned ShrAmt = C1->getZExtValue(); in visitShl()
1120 unsigned ShrAmtC = C1->getZExtValue(); in visitShl()
1344 unsigned ShAmtC = C->getZExtValue(); in visitLShr()
1362 unsigned ShlAmtC = C1->getZExtValue(); in visitLShr()
1377 unsigned ShlAmtC = C1->getZExtValue(); in visitLShr()
1472 unsigned AmtSum = ShAmtC + C1->getZExtValue(); in visitLShr()
1683 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()
1698 unsigned ShlAmt = ShOp1->getZExtValue(); in visitAShr()
1717 unsigned AmtSum = ShAmt + ShOp1->getZExtValue(); in visitAShr()