Lines Matching defs:CC
1067 /// and cc. If it is unable to simplify it, return a null SDValue.
1133 ISD::CondCode CC = Cond == ISD::SETULT ? ISD::SETEQ : ISD::SETNE;
1134 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0, CTVT), CC);
1322 ISD::CondCode CC = cast<CondCodeSDNode>(N0.getOperand(2))->get();
1323 CC = ISD::getSetCCInverse(CC,
1325 return DAG.getSetCC(dl, VT, N0.getOperand(0), N0.getOperand(1), CC);
1451 // by changing cc.