Lines Matching refs:ShiftTy
4755 EVT ShiftTy = in SimplifySetCC() local
4764 DAG.getConstant(ShCt, dl, ShiftTy))); in SimplifySetCC()
4774 DAG.getConstant(ShCt, dl, ShiftTy))); in SimplifySetCC()
4782 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() local
4793 DAG.getConstant(ShiftBits, dl, ShiftTy)); in SimplifySetCC()
4821 DAG.getConstant(ShiftBits, dl, ShiftTy)); in SimplifySetCC()
9067 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul() local
9069 DAG.getConstant(Scale, dl, ShiftTy)); in expandFixedPointMul()
9097 DAG.getConstant(VTSize - 1, dl, ShiftTy)); in expandFixedPointMul()
9164 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointDiv() local
9167 DAG.getConstant(LHSShift, dl, ShiftTy)); in expandFixedPointDiv()
9170 DAG.getConstant(RHSShift, dl, ShiftTy)); in expandFixedPointDiv()