Lines Matching defs:ShrAmt
1062 unsigned ShrAmt = C1->getZExtValue();
1063 if (ShrAmt < ShAmtC) {
1065 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShrAmt);
1069 (ShrAmt &&
1075 if (ShrAmt > ShAmtC) {
1077 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmtC);
1087 unsigned ShrAmt = C1->getZExtValue();
1088 if (ShrAmt < ShAmtC) {
1090 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShrAmt);
1094 (ShrAmt &&
1102 if (ShrAmt > ShAmtC) {
1104 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmtC);