Lines Matching refs:Shr
9907 // fold (select_cc seteq (and x, y), 0, 0, A) -> (and (shr (shl x)) A)9932 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt);9934 return DAG.getNode(ISD::AND, DL, VT, Shr, N3);