[analyzer] Generalize bitwise OR rules for ranges
Summary: Previously the current solver started reasoning about bitwise OR expressions only when one of the operands is a constant. However, very similar logic could be applied to ranges. This commit addresses this shortcoming. Additionally, it refines how we deal with negative operands. Differential Revision: https://reviews.llvm.org/D79336
Loading
Please sign in to comment