Searched refs:OtherWidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp69 unsigned OtherWidth = OtherVal.getBitWidth(); local
71 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth);

Completed in 48 milliseconds