[clang][Interp] Implement bitwise and operations
authorTimm Bäder <tbaeder@redhat.com>
Fri, 30 Sep 2022 14:59:50 +0000 (16:59 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 12:00:07 +0000 (14:00 +0200)
commit62a58050ba0afad5c1ca59195f10c6fdc0e0feaa
tree97791d29411ecbba9f794d2c7d3e85688e0bf50e
parentea9cae03d780de4cc84d4777445ad8de89ebf361
[clang][Interp] Implement bitwise and operations

Differential Revision: https://reviews.llvm.org/D135012
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/Integral.h
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/Opcodes.td
clang/test/AST/Interp/literals.cpp