Lines Matching defs:Dec
1736 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1));
1737 if (!Dec ||
1738 !((SubOneOp->getOpcode() == Instruction::Sub && Dec->isOne()) ||
1740 Dec->isMinusOne()))) {
2166 /// PhiCount = PHI [Count, Dec]
2169 /// Dec = PhiCount - 1
2171 /// Br: loop if (Dec != 0)
2235 // PhiCount = PHI [Count, Dec]
2237 // Dec = PhiCount - 1
2239 // Br: loop if (Dec != 0)