Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10878 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
10879 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
10880 return DAG.getNode(RotOpc, DL, VT, N0, N2); in visitFunnelShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30177 unsigned RotOpc = IsROTL ? X86ISD::VROTLI : X86ISD::VROTRI; in LowerRotate() local
30179 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()