Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp80 int CommonMsb = std::max(getMsbWeight(), Other.getMsbWeight()); in compare() local
81 unsigned CommonWidth = CommonMsb - CommonLsb + 1; in compare()