Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Amt

1109         int32_t Amt = cast<ConstantInt>(BO->getOperand(1))->
1111 // Op = LHS << Amt.
1113 if (Amt == logScale) {
1119 if (Amt < logScale || !Op->hasOneUse())
1125 Op = ConstantInt::get(BO->getType(), Amt - logScale);