Searched refs:Src1ValBits (Results 1 – 1 of 1) sorted by relevance
15752 unsigned Src1ValBits = Src1Known.countMaxActiveBits(); in computeKnownBitsForTargetNode() local15753 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode()15755 MaxActiveBits += Src1ValBits ? 1 : 0; in computeKnownBitsForTargetNode()