Lines Matching refs:getAllOnesValue
200 APInt Mask2 = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits()
229 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits()
526 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits()
553 APInt LocalMask = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits()
576 LocalMask = APInt::getAllOnesValue(GEPOpiBits); in ComputeMaskedBits()
621 APInt Mask2 = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits()
650 KnownZero = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits()
651 KnownOne = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits()
864 ComputeMaskedBits(V, APInt::getAllOnesValue(BitWidth), KnownZero, KnownOne, in isKnownNonZero()
974 APInt Mask = APInt::getAllOnesValue(TyBits); in ComputeNumSignBits()
1001 APInt Mask = APInt::getAllOnesValue(TyBits); in ComputeNumSignBits()
1048 APInt Mask = APInt::getAllOnesValue(TyBits); in ComputeNumSignBits()