Lines Matching refs:ShiftVT
1435 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1458 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT); in SimplifyDemandedBits()
1500 TLO.DAG.getConstant(ShAmt - InnerShAmt, dl, ShiftVT); in SimplifyDemandedBits()
1543 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1566 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT); in SimplifyDemandedBits()
1595 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local
1649 SDValue NewSA = TLO.DAG.getConstant(BitWidth - 1 - Log2, dl, ShiftVT); in SimplifyDemandedBits()
3428 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() local
3430 SDValue One = DAG.getConstant(1, DL, ShiftVT); in foldSetCCWithBinOp()
6882 EVT ShiftVT = getShiftAmountTy(SrcVT, DAG.getDataLayout()); in expandUINT_TO_FP() local
6894 SDValue HiShift = DAG.getConstant(32, dl, ShiftVT); in expandUINT_TO_FP()