Lines Matching defs:ZExt
3194 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0));
3195 return DAG.getNode(ISD::SUB, DL, VT, N1, ZExt);
3202 SDValue ZExt = DAG.getNode(ISD::AND, DL, VT, N1.getOperand(0),
3204 return DAG.getNode(ISD::SUB, DL, VT, N0, ZExt);
4049 SDValue ZExt = DAG.getNode(ISD::AND, DL, VT, N1.getOperand(0),
4051 return DAG.getNode(ISD::ADD, DL, VT, N0, ZExt);