Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShiftAmt

3755       signed ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue();
3761 if ((ShiftAmt > 0) &&
3766 SDValue Amt = DAG.getConstant(ShiftAmt,
3913 uint64_t ShiftAmt = N1C->getZExtValue();
3916 DAG.getConstant(ShiftAmt, getShiftAmountTy(SmallVT)));