Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ANY_EXTEND

336       SDValue Z = DAG.getNode(NeedZext ? ISD::ZERO_EXTEND : ISD::ANY_EXTEND,
618 if (InOp.getNode()->getOpcode() == ISD::ANY_EXTEND) {
632 TLO.DAG.getNode(ISD::ANY_EXTEND, dl, Op.getValueType(),
802 // If none of the top bits are demanded, convert this into an any_extend.
806 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::ANY_EXTEND, dl,
826 // If none of the top bits are demanded, convert this into an any_extend.
828 return TLO.CombineTo(Op,TLO.DAG.getNode(ISD::ANY_EXTEND, dl,
860 case ISD::ANY_EXTEND: {
1381 DAG.getNode(ISD::ANY_EXTEND, dl, VT, Op0.getOperand(0)),