Searched refs:RotOpc (Results 1 – 2 of 2) sorted by relevance
10099 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local10100 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()10101 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
31175 unsigned RotOpc = IsROTL ? X86ISD::VROTLI : X86ISD::VROTRI; in LowerRotate() local31177 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()