Home
last modified time | relevance | path

Searched refs:OtherHighestBit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp895 APInt OtherHighestBit = (~UnsetBitsMask) + 1U; in foldSignedTruncationCheck() local
896 if (!OtherHighestBit.isPowerOf2()) in foldSignedTruncationCheck()
898 HighestBit = APIntOps::umin(HighestBit, OtherHighestBit); in foldSignedTruncationCheck()