Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShiftAmt

3806       signed ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue();
3812 if ((ShiftAmt > 0) &&
3817 SDValue Amt = DAG.getConstant(ShiftAmt,
3963 uint64_t ShiftAmt = N1C->getZExtValue();
3966 DAG.getConstant(ShiftAmt, getShiftAmountTy(SmallVT)));
3968 APInt Mask = APInt::getAllOnesValue(VT.getSizeInBits()).lshr(ShiftAmt);