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