Searched refs:RHSValBits (Results 1 – 1 of 1) sorted by relevance
4658 unsigned RHSValBits = RHSKnown.countMaxSignificantBits(); in computeKnownBitsForTargetNode() local4659 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()4676 unsigned RHSValBits = RHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode() local4677 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()