Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7095 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
7096 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
7097 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()