Searched refs:SignBitKnownOne (Results 1 – 2 of 2) sorted by relevance
1900 bool SignBitKnownOne = KnownOne.isNegative(); in ComputeMaskedBits() local1901 assert(!(SignBitKnownZero && SignBitKnownOne) && in ComputeMaskedBits()1917 else if (SignBitKnownOne) in ComputeMaskedBits()
2289 bool SignBitKnownOne = KnownOne.isNegative(); in computeKnownBits() local2297 else if (SignBitKnownOne) in computeKnownBits()