Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp810 APInt LowerDiv(Lower), UpperDiv(Upper); in truncate() local
824 UpperDiv.setAllBits(); in truncate()
828 if (LowerDiv == UpperDiv) in truncate()
837 UpperDiv -= Adjust; in truncate()
840 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate()
843 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
848 UpperDiv.clearBit(DstTySize); in truncate()
849 if (UpperDiv.ult(LowerDiv)) in truncate()
851 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()