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.cpp881 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local
894 UpperDiv.setAllBits(); in truncate()
898 if (LowerDiv == UpperDiv) in truncate()
907 UpperDiv -= Adjust; in truncate()
910 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()
913 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
918 UpperDiv.clearBit(DstTySize); in truncate()
919 if (UpperDiv.ult(LowerDiv)) in truncate()
921 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()