Searched refs:KnownZeroFirstBit (Results 1 – 1 of 1) sorted by relevance
16401 unsigned KnownZeroFirstBit = Log2_32(MaxVL) + 1; in computeKnownBitsForTargetNode() local16402 if (BitWidth > KnownZeroFirstBit) in computeKnownBitsForTargetNode()16403 Known.Zero.setBitsFrom(KnownZeroFirstBit); in computeKnownBitsForTargetNode()