Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp870 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local
883 UpperDiv.setAllBits(); in truncate()
887 if (LowerDiv == UpperDiv) in truncate()
896 UpperDiv -= Adjust; in truncate()
899 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()
902 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
907 UpperDiv.clearBit(DstTySize); in truncate()
908 if (UpperDiv.ult(LowerDiv)) in truncate()
910 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()