Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10835 unsigned opWidth = C.getIntWidth(GetExprType(E)); in TryGetExprRange() local
10837 C, BO->getLHS(), opWidth, InConstantContext, Approximate); in TryGetExprRange()
10856 C, BO->getRHS(), opWidth, InConstantContext, Approximate); in TryGetExprRange()
10876 unsigned opWidth = C.getIntWidth(T); in TryGetExprRange() local
10877 std::optional<IntRange> L = TryGetExprRange(C, BO->getLHS(), opWidth, in TryGetExprRange()
10882 std::optional<IntRange> R = TryGetExprRange(C, BO->getRHS(), opWidth, in TryGetExprRange()