Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7764 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local
7767 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
7772 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR()
7775 N0.getOperand(3), NotCC); in visitXOR()
7782 DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC, in visitXOR()