Lines Matching defs:OpC
7814 if (auto *OpC = dyn_cast<SCEVConstant>(LHSMul->getOperand(0))) {
7816 unsigned MulZeros = OpC->getAPInt().countr_zero();
7820 MulOps.push_back(getConstant(OpC->getAPInt().lshr(GCD)));
9372 Instruction::BinaryOps OpC;
9384 if (MatchPositiveShift(LHS, V, OpC)) {
9385 PostShiftOpCode = OpC;
9830 Constant *OpC = BuildConstantFromSCEV(Op);
9831 if (!OpC)
9834 C = OpC;
9839 if (OpC->getType()->isPointerTy()) {
9843 OpC, C);
9845 C = ConstantExpr::getAdd(C, OpC);