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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4547 SDValue Shl1 = DAG.getNode(ISD::SHL, SDLoc(N1), VT, N0.getOperand(1), N1); local
4548 return DAG.getNode(ISD::ADD, SDLoc(N), VT, Shl0, Shl1);

Completed in 70 milliseconds