Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ANY_EXTEND

357       SDValue Z = DAG.getNode(NeedZext ? ISD::ZERO_EXTEND : ISD::ANY_EXTEND,
639 if (InOp.getNode()->getOpcode() == ISD::ANY_EXTEND) {
653 TLO.DAG.getNode(ISD::ANY_EXTEND, dl, Op.getValueType(),
675 SDValue NewExt = TLO.DAG.getNode(ISD::ANY_EXTEND, dl, VT,
884 // If none of the top bits are demanded, convert this into an any_extend.
888 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::ANY_EXTEND, dl,
908 // If none of the top bits are demanded, convert this into an any_extend.
910 return TLO.CombineTo(Op,TLO.DAG.getNode(ISD::ANY_EXTEND, dl,
942 case ISD::ANY_EXTEND: {
1534 DAG.getNode(ISD::ANY_EXTEND, dl, VT, Op0.getOperand(0)),