Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
540 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local552 UpperDiv = APInt::getMaxValue(getBitWidth()); in truncate()556 if (LowerDiv == UpperDiv) in truncate()564 UpperDiv = UpperDiv - MaxBitValue * Div; in truncate()567 if (UpperDiv.ule(MaxValue)) in truncate()569 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()572 APInt UpperModulo = UpperDiv - MaxBitValue; in truncate()