Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp420 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1,
8094 return SimplifySelectCC(SDLoc(N), N0, N1, N2, N3, CC); in visitSELECT_CC()
8782 SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in visitSIGN_EXTEND()
9051 if (SDValue SCC = SimplifySelectCC( in visitZERO_EXTEND()
9226 if (SDValue SCC = SimplifySelectCC( in visitANY_EXTEND()
18213 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, in SimplifySelect()
18549 SDValue DAGCombiner::SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelectCC() function in DAGCombiner