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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp526 bool isOneUseSetCC(SDValue N) const;
843 bool DAGCombiner::isOneUseSetCC(SDValue N) const { function in class:DAGCombiner
7100 if (isOneUseSetCC(N01) || isOneUseSetCC(N00)) {

Completed in 110 milliseconds