Lines Matching defs:NotCC
9626 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(),
9629 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) {
9634 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC);
9637 N0.getOperand(3), NotCC);
9644 DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC,