Searched refs:NotCC (Results 1 – 1 of 1) sorted by relevance
6170 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local6173 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()6178 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR()6181 N0.getOperand(3), NotCC); in visitXOR()