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

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

Completed in 130 milliseconds