Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
586 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local598 UpperDiv = APInt::getMaxValue(getBitWidth()); in truncate()602 if (LowerDiv == UpperDiv) in truncate()610 UpperDiv = UpperDiv - MaxBitValue * Div; in truncate()613 if (UpperDiv.ule(MaxValue)) in truncate()615 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()618 APInt UpperModulo = UpperDiv - MaxBitValue; in truncate()