Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp813 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local
827 UpperDiv.setAllBits(); in truncate()
831 if (LowerDiv == UpperDiv) in truncate()
840 UpperDiv -= Adjust; in truncate()
843 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()
846 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
851 UpperDiv.clearBit(DstTySize); in truncate()
852 if (UpperDiv.ult(LowerDiv)) in truncate()
854 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()