Lines Matching refs:ShiftTy
5041 EVT ShiftTy = in SimplifySetCC() local
5050 DAG.getConstant(ShCt, dl, ShiftTy))); in SimplifySetCC()
5060 DAG.getConstant(ShCt, dl, ShiftTy))); in SimplifySetCC()
5068 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() local
5079 DAG.getConstant(ShiftBits, dl, ShiftTy)); in SimplifySetCC()
5107 DAG.getConstant(ShiftBits, dl, ShiftTy)); in SimplifySetCC()
10238 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul() local
10240 DAG.getConstant(Scale, dl, ShiftTy)); in expandFixedPointMul()
10268 DAG.getConstant(VTSize - 1, dl, ShiftTy)); in expandFixedPointMul()
10335 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointDiv() local
10338 DAG.getConstant(LHSShift, dl, ShiftTy)); in expandFixedPointDiv()
10341 DAG.getConstant(RHSShift, dl, ShiftTy)); in expandFixedPointDiv()