Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Amt

226     SDValue visitShiftByConstant(SDNode *N, unsigned Amt);
3171 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, unsigned Amt) {
3439 SDValue Amt = DAG.getConstant(ShiftAmt,
3442 N0.getOperand(0), Amt);
3485 SDValue Amt =
3489 N0.getOperand(0).getOperand(0), Amt);
4584 unsigned Amt = RHSC->getZExtValue();
4587 if (Amt >= Mask.getBitWidth()) break;
4588 APInt NewMask = Mask << Amt;