Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
487 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local499 UpperDiv = APInt::getMaxValue(getBitWidth()); in truncate()503 if (LowerDiv == UpperDiv) in truncate()511 UpperDiv = UpperDiv - MaxBitValue * Div; in truncate()514 if (UpperDiv.ule(MaxValue)) in truncate()516 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()519 APInt UpperModulo = UpperDiv - MaxBitValue; in truncate()