Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp620 bool isOneUseSetCC(SDValue N) const;
1022 bool DAGCombiner::isOneUseSetCC(SDValue N) const { in isOneUseSetCC() function in DAGCombiner
9958 if (isOneUseSetCC(N01) || isOneUseSetCC(N00)) { in visitXOR()