Searched refs:OtherHighestBit (Results 1 – 1 of 1) sorted by relevance
895 APInt OtherHighestBit = (~UnsetBitsMask) + 1U; in foldSignedTruncationCheck() local896 if (!OtherHighestBit.isPowerOf2()) in foldSignedTruncationCheck()898 HighestBit = APIntOps::umin(HighestBit, OtherHighestBit); in foldSignedTruncationCheck()