Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9043 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
9044 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
9045 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28783 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28785 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()