Lines Matching refs:ShiftVT
1725 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1748 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT); in SimplifyDemandedBits()
1787 TLO.DAG.getConstant(ShAmt - InnerShAmt, dl, ShiftVT); in SimplifyDemandedBits()
1900 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1928 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT); in SimplifyDemandedBits()
1992 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
2080 SDValue NewSA = TLO.DAG.getConstant(BitWidth - 1 - Log2, dl, ShiftVT); in SimplifyDemandedBits()
4207 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() local
4209 SDValue One = DAG.getConstant(1, DL, ShiftVT); in foldSetCCWithBinOp()
8227 EVT ShiftVT = getShiftAmountTy(SrcVT, DAG.getDataLayout()); in expandUINT_TO_FP() local
8239 SDValue HiShift = DAG.getConstant(32, dl, ShiftVT); in expandUINT_TO_FP()