Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Shr

8769   // fold (select_cc seteq (and x, y), 0, 0, A) -> (and (shr (shl x)) A)
8794 SDValue Shr = DAG.getNode(ISD::SRA, N0.getDebugLoc(), VT, Shl, ShrAmt);
8796 return DAG.getNode(ISD::AND, DL, VT, Shr, N3);