Searched refs:HasFSHL (Results 1 – 1 of 1) sorted by relevance
8402 bool HasFSHL = hasOperation(ISD::FSHL, VT); in MatchRotate() local8414 if (LegalOperations && !HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()8514 if (!IsRotate && !(HasFSHL || HasFSHR)) { in MatchRotate()8564 if (IsRotate && (HasROTL || HasROTR || !(HasFSHL || HasFSHR))) { in MatchRotate()8569 bool UseFSHL = !LegalOperations || HasFSHL; in MatchRotate()8579 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()8618 LExtOp0, RExtOp0, HasFSHL, ISD::FSHL, ISD::FSHR, DL); in MatchRotate()