Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShiftAmt

4641       signed ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue();
4647 if ((ShiftAmt > 0) &&
4653 SDValue Amt = DAG.getConstant(ShiftAmt, DL,
4803 uint64_t ShiftAmt = N1C->getZExtValue();
4807 DAG.getConstant(ShiftAmt, DL0,
4810 APInt Mask = APInt::getAllOnesValue(OpSizeInBits).lshr(ShiftAmt);