Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CC

186     // Invert CC for unordered comparisons
1256 /// and cc. If it is unable to simplify it, return a null SDValue.
1331 ISD::CondCode CC = Cond == ISD::SETULT ? ISD::SETEQ : ISD::SETNE;
1332 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0, dl, CTVT), CC);
1543 ISD::CondCode CC = cast<CondCodeSDNode>(N0.getOperand(2))->get();
1544 CC = ISD::getSetCCInverse(CC,
1547 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType()))
1548 return DAG.getSetCC(dl, VT, N0.getOperand(0), N0.getOperand(1), CC);
1689 // by changing cc.