Searched refs:HasFSHL (Results 1 – 1 of 1) sorted by relevance
8862 bool HasFSHL = hasOperation(ISD::FSHL, VT); in MatchRotate() local8874 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()8974 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()9024 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()9029 bool UseFSHL = !LegalOperations || HasFSHL; in MatchRotate()9039 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()9076 HasFSHL, ISD::FSHL, ISD::FSHR, DL)) in MatchRotate()