mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 07:26:42 +00:00

Use disjoint instead of haveNoCommonBitsSet(), which is slightly stronger in case the information used to infer disjoint has been lost. Introduce the m_DisjointOr() matcher to make handling cases like this cleaner.