Lines Matching defs:AmtVT
9977 EVT AmtVT = N1.getValueType();
9978 SDValue Bits = DAG.getConstant(Bitsize, dl, AmtVT);
9980 DAG.FoldConstantArithmetic(ISD::UREM, dl, AmtVT, {N1, Bits}))
15455 EVT AmtVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout());
15457 if (AmtVT != Amt.getValueType()) {
15458 Amt = DAG.getZExtOrTrunc(Amt, DL, AmtVT);