Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4124 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local
4128 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
4133 return DAG.getSetCC(SDLoc(N), VT, LHS, RHS, NotCC); in visitXOR()
4136 N0.getOperand(3), NotCC); in visitXOR()