Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
870 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local883 UpperDiv.setAllBits(); in truncate()887 if (LowerDiv == UpperDiv) in truncate()896 UpperDiv -= Adjust; in truncate()899 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()902 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()907 UpperDiv.clearBit(DstTySize); in truncate()908 if (UpperDiv.ult(LowerDiv)) in truncate()910 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()