Home
last modified time | relevance | path

Searched refs:SimplifySelect (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp335 SDValue SimplifySelect(SDLoc DL, SDValue N0, SDValue N1, SDValue N2);
5193 return SimplifySelect(SDLoc(N), N0, N1, N2); in visitSELECT()
13792 SDValue DAGCombiner::SimplifySelect(SDLoc DL, SDValue N0, in SimplifySelect() function in DAGCombiner