Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp658 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local
672 UpperDiv.setAllBits(); in truncate()
676 if (LowerDiv == UpperDiv) in truncate()
685 UpperDiv -= Adjust; in truncate()
688 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()
691 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
696 UpperDiv.clearBit(DstTySize); in truncate()
697 if (UpperDiv.ult(LowerDiv)) in truncate()
699 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()