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

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

Completed in 1254 milliseconds