Searched refs:HasFSHL (Results 1 – 1 of 1) sorted by relevance
6936 bool HasFSHL = hasOperation(ISD::FSHL, VT); in MatchRotate() local6938 if (!HasROTL && !HasROTR && !HasFSHL && !HasFSHR) in MatchRotate()6992 if (!IsRotate && !(HasFSHL || HasFSHR)) in MatchRotate()7023 Res = DAG.getNode(HasFSHL ? ISD::FSHL : ISD::FSHR, DL, VT, LHSShiftArg, in MatchRotate()7024 RHSShiftArg, HasFSHL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()