Searched refs:NotCC (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7802 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local 7805 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR() 7810 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR() 7813 N0.getOperand(3), NotCC); in visitXOR() 7820 DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC, in visitXOR()
|