Searched refs:HasFSHR (Results 1 – 1 of 1) sorted by relevance
8405 bool HasFSHR = hasOperation(ISD::FSHR, VT); in MatchRotate() local8416 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()8516 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()8566 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()8581 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()8626 RExtOp0, LExtOp0, HasFSHR, ISD::FSHR, ISD::FSHL, DL); in MatchRotate()