Lines Matching defs:Op0C
55894 auto *Op0C = dyn_cast<ConstantSDNode>(Op0);55895 if (Op1.getOpcode() == ISD::ZERO_EXTEND && Op1.hasOneUse() && Op0C &&55896 !Op0C->isZero() && Op1.getOperand(0).getOpcode() == X86ISD::SETCC &&55901 APInt NewImm = Op0C->getAPIntValue() - 1;