Lines Matching defs:Mask2
159 APInt Mask2(Mask & ~KnownZero); in ComputeMaskedBits() local
173 APInt Mask2(Mask & ~KnownOne); in ComputeMaskedBits() local
200 APInt Mask2 = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
330 APInt Mask2(Mask.lshr(ShiftAmt)); in ComputeMaskedBits() local
347 APInt Mask2(Mask.shl(ShiftAmt)); in ComputeMaskedBits() local
365 APInt Mask2(Mask.shl(ShiftAmt)); in ComputeMaskedBits() local
410 APInt Mask2 = APInt::getLowBitsSet(BitWidth, in ComputeMaskedBits() local
472 APInt Mask2 = LowBits | APInt::getSignBit(BitWidth); in ComputeMaskedBits() local
500 APInt Mask2 = APInt::getSignBit(BitWidth); in ComputeMaskedBits() local
515 APInt Mask2 = LowBits & Mask; in ComputeMaskedBits() local
621 APInt Mask2 = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local