Home | History | Annotate | Download | only in CellSPU

Lines Matching defs:CC

2517   CondCodeSDNode *CC = dyn_cast<CondCodeSDNode>(Op.getOperand(2));
2519 assert(CC != 0 && "LowerSETCC: CondCodeSDNode should not be null here!\n");
2544 if (CC->get() == ISD::SETO) {
2553 } else if (CC->get() == ISD::SETUO) {
2592 switch (CC->get()) {
2619 if ((CC->get() & 0x8) == 0) {