Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6170 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local
6173 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
6178 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR()
6181 N0.getOperand(3), NotCC); in visitXOR()