Home
last modified time | relevance | path

Searched refs:UpperDiv (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DConstantRange.cpp473 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local
485 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()