Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8735 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local
8738 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
8743 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR()
8746 N0.getOperand(3), NotCC); in visitXOR()
8753 DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC, in visitXOR()