Searched refs:NotCC (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 9457 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local 9460 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR() 9465 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR() 9468 N0.getOperand(3), NotCC); in visitXOR() 9475 DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC, in visitXOR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13847 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in performXORCombine() 13850 LHS, RHS, NotCC); in performXORCombine() 13844 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), performXORCombine() local
|