Searched refs:FShOpc (Results 1 – 1 of 1) sorted by relevance
6827 unsigned FShOpc = IsLeft ? TargetOpcode::G_FSHL : TargetOpcode::G_FSHR; in lowerRotate() local6830 if ((IsFShLegal = LI.isLegalOrCustom({FShOpc, {DstTy, AmtTy}})) || in lowerRotate()6840 return buildFunnelShift(FShOpc, Dst, Src, Amt); in lowerRotate()