Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp741 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate() local
742 if (UpperDivWidth <= DstTySize) in truncate()
747 if (UpperDivWidth == DstTySize + 1) { in truncate()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp757 unsigned UpperDivWidth = UpperDiv.getActiveBits(); in truncate() local
758 if (UpperDivWidth <= DstTySize) in truncate()
763 if (UpperDivWidth == DstTySize + 1) { in truncate()