Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Amt

942         int32_t Amt = cast<ConstantInt>(BO->getOperand(1))->
944 // Op = LHS << Amt.
946 if (Amt == logScale) {
952 if (Amt < logScale || !Op->hasOneUse())
958 Op = ConstantInt::get(BO->getType(), Amt - logScale);