Searched refs:LHSValBits (Results 1 – 1 of 1) sorted by relevance
5682 unsigned LHSValBits = LHSKnown.countMaxSignificantBits(); in computeKnownBitsForTargetNode() local5684 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()5700 unsigned LHSValBits = LHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode() local5702 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()