Lines Matching defs:AmtVT
9806 EVT AmtVT = N1.getValueType();
9807 SDValue Bits = DAG.getConstant(Bitsize, dl, AmtVT);
9809 DAG.FoldConstantArithmetic(ISD::UREM, dl, AmtVT, {N1, Bits}))
15029 EVT AmtVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout());
15031 if (AmtVT != Amt.getValueType()) {
15032 Amt = DAG.getZExtOrTrunc(Amt, DL, AmtVT);