Searched refs:Shl1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7682 SDValue Shl1 = DAG.getNode(ISD::SHL, SDLoc(N1), VT, N0.getOperand(1), N1); local
7684 AddToWorklist(Shl1.getNode());
7685 return DAG.getNode(N0.getOpcode(), SDLoc(N), VT, Shl0, Shl1);

Completed in 87 milliseconds