Lines Matching defs:Amt
1489 unsigned Amt = ShAmt->getLimitedValue(TypeBits-1);1491 Amt != 0 && RHSV.countTrailingZeros() >= Amt) {1492 Type *NTy = IntegerType::get(ICI.getContext(), TypeBits - Amt);1495 ConstantInt::get(RHS->getType(), Amt)),