Lines Matching defs:NotC
3633 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) {
3636 N0.getOperand(0), NotC);
3672 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true))
3674 N0.getOperand(0), NotC);
11725 auto *NotC = dyn_cast<ConstantSDNode>(Cond1);
11726 if (C && NotC && C->getAPIntValue() == ~NotC->getAPIntValue()) {