Lines Matching defs:Amt
885 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt);886 New = BinaryOperator::CreateShl(VarX, Amt);891 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt);892 New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) :893 BinaryOperator::CreateAShr(VarX, Amt);