Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8460 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local
8463 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
8468 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR()
8471 N0.getOperand(3), NotCC); in visitXOR()
8478 DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC, in visitXOR()