Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp732 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local
746 UpperDiv.setAllBits(); in truncate()
750 if (LowerDiv == UpperDiv) in truncate()
759 UpperDiv -= Adjust; in truncate()
762 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()
765 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
770 UpperDiv.clearBit(DstTySize); in truncate()
771 if (UpperDiv.ult(LowerDiv)) in truncate()
773 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()