Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ANY_EXTEND

1013     ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
1024 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) {
1476 if (InOp.getNode()->getOpcode() == ISD::ANY_EXTEND) {
1490 TLO.DAG.getNode(ISD::ANY_EXTEND, dl, Op.getValueType(),
1660 // If none of the top bits are demanded, convert this into an any_extend.
1664 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::ANY_EXTEND, dl,
1684 // If none of the top bits are demanded, convert this into an any_extend.
1686 return TLO.CombineTo(Op,TLO.DAG.getNode(ISD::ANY_EXTEND, dl,
1718 case ISD::ANY_EXTEND: {
2237 DAG.getNode(ISD::ANY_EXTEND, dl, VT, Op0.getOperand(0)),