Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CC

499 /// InitCmpLibcallCCs - Set default comparison libcall CC.
1925 /// and cc. If it is unable to simplify it, return a null SDValue.
1991 ISD::CondCode CC = Cond == ISD::SETULT ? ISD::SETEQ : ISD::SETNE;
1992 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0, CTVT), CC);
2179 ISD::CondCode CC = cast<CondCodeSDNode>(N0.getOperand(2))->get();
2180 CC = ISD::getSetCCInverse(CC,
2182 return DAG.getSetCC(dl, VT, N0.getOperand(0), N0.getOperand(1), CC);
2302 // by changing cc.