Searched refs:ShiftAmtVT (Results 1 – 2 of 2) sorted by relevance
1001 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in JoinIntegers() local1005 DAG.getConstant(LVT.getSizeInBits(), dlHi, ShiftAmtVT)); in JoinIntegers()
9681 EVT ShiftAmtVT = Shift->getOperand(1).getValueType(); in combineShiftOfShiftedLogic() local9682 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()10581 EVT ShiftAmtVT = InnerShift.getOperand(1).getValueType(); in visitSRL() local10588 SDValue NewShiftAmt = DAG.getConstant(c1 + c2, DL, ShiftAmtVT); in visitSRL()10597 SDValue NewShiftAmt = DAG.getConstant(c1 + c2, DL, ShiftAmtVT); in visitSRL()