Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:SH

1719             SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N1,
1722 DCI.AddToWorklist(SH.getNode());
1723 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1742 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0,
1745 DCI.AddToWorklist(SH.getNode());
1746 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);