Lines Matching refs:ShiftVT
1693 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1716 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT); in SimplifyDemandedBits()
1758 TLO.DAG.getConstant(ShAmt - InnerShAmt, dl, ShiftVT); in SimplifyDemandedBits()
1831 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1859 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT); in SimplifyDemandedBits()
1888 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1947 SDValue NewSA = TLO.DAG.getConstant(BitWidth - 1 - Log2, dl, ShiftVT); in SimplifyDemandedBits()
3945 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() local
3947 SDValue One = DAG.getConstant(1, DL, ShiftVT); in foldSetCCWithBinOp()
7524 EVT ShiftVT = getShiftAmountTy(SrcVT, DAG.getDataLayout()); in expandUINT_TO_FP() local
7536 SDValue HiShift = DAG.getConstant(32, dl, ShiftVT); in expandUINT_TO_FP()