Lines Matching defs:Dec
1732 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1));
1733 if (!Dec ||
1734 !((SubOneOp->getOpcode() == Instruction::Sub && Dec->isOne()) ||
1736 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)