Lines Matching refs:NotCC
3091 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(),3094 if (!LegalOperations || TLI.isCondCodeLegal(NotCC, LHS.getValueType())) {3099 return DAG.getSetCC(N->getDebugLoc(), VT, LHS, RHS, NotCC);3102 N0.getOperand(3), NotCC);