Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AllOnes

762     APInt AllOnes = APInt::getAllOnesValue(BitWidth);
763 if (SimplifyDemandedBits(I->getOperandUse(0), AllOnes,
765 SimplifyDemandedBits(I->getOperandUse(1), AllOnes,