Lines Matching defs:NewCC
4989 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT;
4991 isCondCodeLegal(NewCC, OpVT.getSimpleVT())) &&
4996 NewCC);
5009 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT;
5011 isCondCodeLegal(NewCC, OpVT.getSimpleVT())) &&
5016 NewCC);
6924 SDValue NewCC =
6928 return NewCC;
6930 // If any lanes previously compared always-false, the NewCC will give
6934 Created.push_back(NewCC.getNode());
6952 Replacement, NewCC);
6959 return DAG.getNode(ISD::XOR, DL, SETCCVT, NewCC,