• Home
  • Raw
  • Download

Lines Matching refs:getShiftAmountTy

702           EVT ShTy = getShiftAmountTy(InnerVT, DL);  in SimplifyDemandedBits()
881 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
1067 getShiftAmountTy(Op.getValueType(), DL)); in SimplifyDemandedBits()
1833 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC()
1867 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC()
1899 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC()
2091 getShiftAmountTy(N1.getValueType(), DL))); in SimplifySetCC()
2116 DAG.getConstant(1, dl, getShiftAmountTy(N0.getValueType(), DL))); in SimplifySetCC()
2797 DAG.getConstant(ShAmt, dl, TLI.getShiftAmountTy(Op1.getValueType(), in BuildExactSDIV()
2879 DAG.getConstant(magics.s, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildSDIV()
2886 getShiftAmountTy(Q.getValueType(), DL))); in BuildSDIV()
2921 DAG.getConstant(Shift, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildUDIV()
2948 DAG.getConstant(magics.s, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildUDIV()
2954 DAG.getConstant(1, dl, getShiftAmountTy(NPQ.getValueType(), DL))); in BuildUDIV()
2961 getShiftAmountTy(NPQ.getValueType(), DL))); in BuildUDIV()
3049 SDValue Shift = DAG.getConstant(ShiftAmt, dl, getShiftAmountTy(VT, DL)); in expandMUL()
3112 DAG.getZExtOrTrunc(ExponentLoBit, dl, getShiftAmountTy(IntVT, DL))); in expandFP_TO_SINT()
3117 DAG.getZExtOrTrunc(SignLowBit, dl, getShiftAmountTy(IntVT, DL))); in expandFP_TO_SINT()
3131 dl, getShiftAmountTy(IntVT, DL))), in expandFP_TO_SINT()
3135 dl, getShiftAmountTy(IntVT, DL))), in expandFP_TO_SINT()
3389 DAG.getConstant(NumBits, dl, getShiftAmountTy(Hi.getValueType(), in expandUnalignedLoad()
3507 DAG.getConstant(NumBits, dl, getShiftAmountTy(Val.getValueType(), in expandUnalignedStore()