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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp570 SDValue matchVSelectOpSizesWithSetCC(SDNode *Cast);
9431 SDValue DAGCombiner::matchVSelectOpSizesWithSetCC(SDNode *Cast) { function in class:DAGCombiner
9817 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))
10145 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))
11014 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))
13274 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))
13327 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))

Completed in 215 milliseconds