Lines Matching defs:CC
2510 CondCodeSDNode *CC = dyn_cast<CondCodeSDNode>(Op.getOperand(2));2512 assert(CC != 0 && "LowerSETCC: CondCodeSDNode should not be null here!\n");2537 if (CC->get() == ISD::SETO) {2546 } else if (CC->get() == ISD::SETUO) {2585 switch (CC->get()) {2612 if ((CC->get() & 0x8) == 0) {