Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:SH

2478           SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(),
2482 DCI.AddToWorklist(SH.getNode());
2483 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
2501 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0,
2504 DCI.AddToWorklist(SH.getNode());
2505 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);