Home
last modified time | relevance | path

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

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