Lines Matching refs:ShAmtVal
970 uint32_t ShAmtVal = (uint32_t)ShAmt->getLimitedValue(TypeBits);
971 if (ShAmtVal >= TypeBits || ShAmtVal == 0)
984 (!Shr->isExact() || ShAmtVal == TypeBits - 1))
991 ConstantInt::get(Shr->getType(), APInt::getOneBitSet(TypeBits, ShAmtVal));
1017 APInt Comp = CmpRHSV << ShAmtVal;
1020 Comp = Comp.lshr(ShAmtVal);
1022 Comp = Comp.ashr(ShAmtVal);
1038 APInt Val(APInt::getHighBitsSet(TypeBits, TypeBits - ShAmtVal));
1205 int ShAmtVal = TyBits - ShAmt->getLimitedValue(TyBits);
1208 if ((APInt::getHighBitsSet(BitWidth, BitWidth-ShAmtVal) &
1449 uint32_t ShAmtVal = (uint32_t)ShAmt->getLimitedValue(TypeBits);
1451 TypeBits - ShAmtVal));