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.cpp614 bool isOneUseSetCC(SDValue N) const;
1002 bool DAGCombiner::isOneUseSetCC(SDValue N) const { in isOneUseSetCC() function in DAGCombiner
9503 if (isOneUseSetCC(N01) || isOneUseSetCC(N00)) { in visitXOR()