Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7839 bool UseFSHL = !LegalOperations || HasFSHL; in MatchRotate() local
7840 Res = DAG.getNode(UseFSHL ? ISD::FSHL : ISD::FSHR, DL, VT, LHSShiftArg, in MatchRotate()
7841 RHSShiftArg, UseFSHL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()