Lines Matching defs:OpC
7851 if (auto *OpC = dyn_cast<SCEVConstant>(LHSMul->getOperand(0))) {
7853 unsigned MulZeros = OpC->getAPInt().countr_zero();
7857 MulOps.push_back(getConstant(OpC->getAPInt().lshr(GCD)));
9449 Instruction::BinaryOps OpC;
9461 if (MatchPositiveShift(LHS, V, OpC)) {
9462 PostShiftOpCode = OpC;
9907 Constant *OpC = BuildConstantFromSCEV(Op);
9908 if (!OpC)
9911 C = OpC;
9916 if (OpC->getType()->isPointerTy()) {
9920 OpC, C);
9922 C = ConstantExpr::getAdd(C, OpC);