Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Amt

251     SDValue visitShiftByConstant(SDNode *N, unsigned Amt);
3547 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, unsigned Amt) {
3817 SDValue Amt = DAG.getConstant(ShiftAmt,
3820 N0.getOperand(0), Amt);
3863 SDValue Amt =
3867 N0.getOperand(0).getOperand(0), Amt);
5103 unsigned Amt = RHSC->getZExtValue();
5106 if (Amt >= Mask.getBitWidth()) break;
5107 APInt NewMask = Mask << Amt;