Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12643 bool PreferSetCC = in visitSETCC() local
12651 if (SDValue Combined = SimplifySetCC(VT, N0, N1, Cond, DL, !PreferSetCC)) { in visitSETCC()
12654 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()