Lines Matching defs:NewCC
4940 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT;
4942 isCondCodeLegal(NewCC, VT.getSimpleVT())) &&
4947 NewCC);
4960 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT;
4962 isCondCodeLegal(NewCC, VT.getSimpleVT())) &&
4967 NewCC);
6865 SDValue NewCC =
6869 return NewCC;
6871 // If any lanes previously compared always-false, the NewCC will give
6875 Created.push_back(NewCC.getNode());
6893 Replacement, NewCC);
6900 return DAG.getNode(ISD::XOR, DL, SETCCVT, NewCC,