Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11610 bool PreferSetCC = in visitSETCC() local
11628 if (PreferSetCC) { in visitSETCC()
11668 SDLoc(N), !PreferSetCC); in visitSETCC()
11675 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()