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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1460 SDValue combineShlAddConstant(SDLoc DL, SDValue N0, SDValue N1, function
1599 SDValue Result = combineShlAddConstant(SDLoc(N), N0, N1, DAG);
1603 SDValue Result = combineShlAddConstant(SDLoc(N), N1, N0, DAG);

Completed in 197 milliseconds