Home | History | Annotate | Download | only in ARM

Lines Matching refs:LowMask

12820     APInt LowMask = APInt::getLowBitsSet(LowWidth, 16);
12823 if ((SimplifyDemandedBits(N->getOperand(0), LowMask, DCI)) ||
12832 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16);
12834 (SimplifyDemandedBits(N->getOperand(1), LowMask, DCI)))