Searched refs:MaxBitsNeeded (Results 1 – 1 of 1) sorted by relevance
1588 unsigned MaxBitsNeeded = computeKnownBits(I, DL).countMaxActiveBits(); in tryNarrowMathIfNoOverflow() local1590 MaxBitsNeeded = std::max<unsigned>(bit_ceil(MaxBitsNeeded), 8); in tryNarrowMathIfNoOverflow()1591 Type *NewType = DL.getSmallestLegalIntType(I->getContext(), MaxBitsNeeded); in tryNarrowMathIfNoOverflow()