Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Shr

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