Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8571 bool UseFSHL = !LegalOperations || HasFSHL; in MatchRotate() local
8572 Res = DAG.getNode(UseFSHL ? ISD::FSHL : ISD::FSHR, DL, VT, LHSShiftArg, in MatchRotate()
8573 RHSShiftArg, UseFSHL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()