Equivalent to x & -2^K.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65369
[APInt] Introduce clearLowBits() ClosedPublic Authored by lebedev.ri on Jul 27 2019, 9:16 AM.
Details Summary Equivalent to x & -2^K.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 28 2019, 9:31 PM Closed by commit rL367287: [APInt] Introduce clearLowBits() (authored by lebedevri). · Explain WhyJul 30 2019, 12:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 212278 llvm/trunk/include/llvm/ADT/APInt.h
llvm/trunk/unittests/ADT/APIntTest.cpp
|