Searched refs:SimplifySelectCC (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/MSP430/ |
| H A D | shift-amount-threshold.ll | 36 ; Check the following conversion in DAGCombiner::SimplifySelectCC 132 ; Check the following conversion in DAGCombiner::SimplifySelectCC
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 540 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, 11142 return SimplifySelectCC(SDLoc(N), N0, N1, N2, N3, CC); in visitSELECT_CC() 11952 if (SDValue SCC = SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in foldSextSetcc() 12440 if (SDValue SCC = SimplifySelectCC( in visitZERO_EXTEND() 12632 if (SDValue SCC = SimplifySelectCC( in visitANY_EXTEND() 23662 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, in SimplifySelect() 24105 SDValue DAGCombiner::SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelectCC() function in DAGCombiner
|