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