Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShiftAmt

747       SDValue ShiftAmt = TLO.DAG.getConstant(BitWidth - ShAmt, ShiftAmtTy);
749 Op.getValueType(), InOp, ShiftAmt));