Searched refs:NotCC (Results 1 – 1 of 1) sorted by relevance
4124 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local4128 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()