Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SH

1722             SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N1,
1725 DCI.AddToWorklist(SH.getNode());
1726 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1745 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0,
1748 DCI.AddToWorklist(SH.getNode());
1749 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);