Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
810 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local824 UpperDiv.setAllBits(); in truncate()828 if (LowerDiv == UpperDiv) in truncate()837 UpperDiv -= Adjust; in truncate()840 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()843 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()848 UpperDiv.clearBit(DstTySize); in truncate()849 if (UpperDiv.ult(LowerDiv)) in truncate()851 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()