Home
last modified time | relevance | path

Searched refs:HasFSHL (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6936 bool HasFSHL = hasOperation(ISD::FSHL, VT); in MatchRotate() local
6938 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()