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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp255 SDValue SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2);
4161 return SimplifySelect(N->getDebugLoc(), N0, N1, N2);
9566 SDValue DAGCombiner::SimplifySelect(DebugLoc DL, SDValue N0, function in class:DAGCombiner

Completed in 190 milliseconds