Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShiftAmt

4186       signed ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue();
4192 if ((ShiftAmt > 0) &&
4197 SDValue Amt = DAG.getConstant(ShiftAmt,
4344 uint64_t ShiftAmt = N1C->getZExtValue();
4347 DAG.getConstant(ShiftAmt, getShiftAmountTy(SmallVT)));
4349 APInt Mask = APInt::getAllOnesValue(OpSizeInBits).lshr(ShiftAmt);