Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFixedPoint.cpp68 unsigned CommonScale = std::max(getScale(), OtherScale); in compare() local
69 ThisVal = ThisVal.shl(CommonScale - getScale()); in compare()
70 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare()