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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp291 SDValue SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2);
4589 return SimplifySelect(SDLoc(N), N0, N1, N2);
10962 SDValue DAGCombiner::SimplifySelect(SDLoc DL, SDValue N0, function in class:DAGCombiner

Completed in 120 milliseconds