Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShiftAmt

842         SDValue ShiftAmt = TLO.DAG.getConstant(BitWidth - ShAmt, dl,
846 ShiftAmt));
2960 unsigned ShiftAmt = VT.getSizeInBits() - HiLoVT.getSizeInBits();
2961 SDValue Shift = DAG.getConstant(ShiftAmt, dl, getShiftAmountTy(VT, DL));