Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp586 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
11689 if (SDValue NewSel = SimplifySelect(DL, N0, N1, N2)) in visitSELECT()
26816 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner