Lines Matching defs:Incr
2385 BinaryOperator *Incr =
2387 if (!Incr) continue;
2388 if (Incr->getOpcode() != Instruction::Add
2389 && Incr->getOpcode() != Instruction::Sub)
2394 if (Incr->getOperand(0) == PH)
2395 C = dyn_cast<ConstantInt>(Incr->getOperand(1));
2396 else if (Incr->getOperand(1) == PH)
2397 C = dyn_cast<ConstantInt>(Incr->getOperand(0));
2415 Incr->getOpcode() == Instruction::Add ? Instruction::FAdd
2417 NewPH, CFP, "IV.S.next.", Incr->getIterator());
2418 NewIncr->setDebugLoc(Incr->getDebugLoc());