Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
881 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local894 UpperDiv.setAllBits(); in truncate()898 if (LowerDiv == UpperDiv) in truncate()907 UpperDiv -= Adjust; in truncate()910 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()913 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()918 UpperDiv.clearBit(DstTySize); in truncate()919 if (UpperDiv.ult(LowerDiv)) in truncate()921 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()