Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DCIRSimplify.cpp124 struct SimplifySelect : public OpRewritePattern<SelectOp> { struct
302 SimplifySelect, in populateMergeCleanupPatterns()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp594 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
12356 if (SDValue NewSel = SimplifySelect(DL, N0, N1, N2)) in visitSELECT()
28335 SDValue DAGCombiner::SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelect() function in DAGCombiner