Searched refs:countMaxPopulation (Results 1 – 8 of 8) sorted by relevance
298 unsigned countMaxPopulation() const { in countMaxPopulation() function
532 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsImpl()
892 return (Known.countMaxPopulation() == 1) && (Known.countMinPopulation() == 1); in isKnownToBeAPowerOfTwo()
693 unsigned MaxCount = Known.countMaxPopulation(); in foldCtpop()
1294 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in foldICmpWithZero()
3428 unsigned PossibleOnes = Known2.countMaxPopulation(); in computeKnownBits()3981 return (Known.countMaxPopulation() == 1) && (Known.countMinPopulation() == 1); in isKnownToBeAPowerOfTwo()
4621 if (XKnown.countMaxPopulation() == 1 && YKnown.countMinPopulation() >= 2) in SimplifySetCC()
1655 unsigned BitsPossiblySet = Known2.countMaxPopulation(); in computeKnownBitsFromOperator()