Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Dec

813     ConstantInt *Dec = dyn_cast<ConstantInt>(SubInst->getOperand(1));
814 if (!Dec ||
815 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) ||
817 Dec->isAllOnesValue()))) {