Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
658 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local672 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()