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