Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ShiftAmt

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