Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance
473 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local485 UpperDiv = APInt::getMaxValue(getBitWidth()); in truncate()489 if (LowerDiv == UpperDiv) in truncate()497 UpperDiv = UpperDiv - MaxBitValue * Div; in truncate()500 if (UpperDiv.ule(MaxValue)) in truncate()502 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()505 APInt UpperModulo = UpperDiv - MaxBitValue; in truncate()