Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:getShiftAmountTy

632 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const {
1480 EVT ShTy = getShiftAmountTy(InnerVT);
1744 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType()));
2309 getPointerTy() : getShiftAmountTy(N0.getValueType());
2480 DAG.getConstant(1, getShiftAmountTy(N1.getValueType())));
2502 DAG.getConstant(1, getShiftAmountTy(N0.getValueType())));
3227 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType()));
3285 DAG.getConstant(magics.s, getShiftAmountTy(Q.getValueType())));
3292 getShiftAmountTy(Q.getValueType())));
3324 DAG.getConstant(Shift, getShiftAmountTy(Q.getValueType())));
3349 DAG.getConstant(magics.s, getShiftAmountTy(Q.getValueType())));
3355 DAG.getConstant(1, getShiftAmountTy(NPQ.getValueType())));
3362 DAG.getConstant(magics.s-1, getShiftAmountTy(NPQ.getValueType())));