Home
last modified time | relevance | path

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

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