Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getShiftAmountTy

648           EVT ShTy = getShiftAmountTy(InnerVT);
808 // Compute the correct shift amount type, which must be getShiftAmountTy
812 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy);
997 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType()));
1671 getPointerTy() : getShiftAmountTy(N0.getValueType());
1701 getPointerTy() : getShiftAmountTy(N0.getValueType());
1729 getPointerTy() : getShiftAmountTy(N0.getValueType());
1917 DAG.getConstant(1, getShiftAmountTy(N1.getValueType())));
1940 DAG.getConstant(1, getShiftAmountTy(N0.getValueType())));
2652 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType()));
2713 DAG.getConstant(magics.s, getShiftAmountTy(Q.getValueType())));
2719 getShiftAmountTy(Q.getValueType())));
2752 DAG.getConstant(Shift, getShiftAmountTy(Q.getValueType())));
2778 DAG.getConstant(magics.s, getShiftAmountTy(Q.getValueType())));
2783 DAG.getConstant(1, getShiftAmountTy(NPQ.getValueType())));
2788 DAG.getConstant(magics.s-1, getShiftAmountTy(NPQ.getValueType())));
2875 SDValue Shift = DAG.getConstant(ShiftAmt, getShiftAmountTy(VT));
2937 DAG.getZExtOrTrunc(ExponentLoBit, dl, getShiftAmountTy(IntVT)));
2942 DAG.getZExtOrTrunc(SignLowBit, dl, getShiftAmountTy(IntVT)));
2956 dl, getShiftAmountTy(IntVT))),
2960 dl, getShiftAmountTy(IntVT))),