Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ZERO_EXTEND

1018       ExtendKind = ISD::ZERO_EXTEND;
1161 /// casts are free. This uses isZExtFree and ZERO_EXTEND for the widening
1195 SDValue Z = DAG.getNode(ISD::ZERO_EXTEND, dl, Op.getValueType(), X);
1655 case ISD::ZERO_EXTEND: {
1704 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::ZERO_EXTEND, dl,
1819 Sign = TLO.DAG.getNode(ISD::ZERO_EXTEND, dl, Op.getValueType(), Sign);
2003 if (N0->getOpcode() == ISD::ZERO_EXTEND) {
2092 // If the LHS is a ZERO_EXTEND, perform the comparison on the input.
2093 if (N0.getOpcode() == ISD::ZERO_EXTEND) {
2615 N0 = DAG.getNode(ISD::ZERO_EXTEND, dl, VT, N0);