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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp256 SDValue SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2,
4242 return SimplifySelectCC(N->getDebugLoc(), N0, N1, N2, N3, CC);
4537 SimplifySelectCC(N->getDebugLoc(), N0.getOperand(0), N0.getOperand(1),
4832 SimplifySelectCC(N->getDebugLoc(), N0.getOperand(0), N0.getOperand(1),
5012 SimplifySelectCC(N->getDebugLoc(), N0.getOperand(0), N0.getOperand(1),
6821 // Don't add the new BRCond into the worklist or else SimplifySelectCC
9570 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2,
9573 // If we got a simplified select_cc node back from SimplifySelectCC, then
9709 /// SimplifySelectCC - Simplify an expression of the form (N0 cond N1) ? N2 : N3
9711 SDValue DAGCombiner::SimplifySelectCC(DebugLo function in class:DAGCombiner
[all...]

Completed in 202 milliseconds