Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Dec

425     ConstantInt *Dec = dyn_cast<ConstantInt>(SubInst->getOperand(1));
426 if (!Dec ||
427 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) ||
428 (SubInst->getOpcode() == Instruction::Add && Dec->isAllOnesValue()))) {