Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5874 unsigned FShOpc = IsLeft ? TargetOpcode::G_FSHL : TargetOpcode::G_FSHR; in lowerRotate() local
5877 if ((IsFShLegal = LI.isLegalOrCustom({FShOpc, {DstTy, AmtTy}})) || in lowerRotate()
5887 return buildFunnelShift(FShOpc, Dst, Src, Amt); in lowerRotate()