This is an archive of the discontinued LLVM Phabricator instance.

APInt: Add overload of isMask
ClosedPublic

Authored by arsenm on Feb 26 2016, 9:08 AM.

Details

Reviewers
tstellarAMD
Summary

This mimics the version in MathExtras.h which isn't testing for a specific mask size.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 49200.Feb 26 2016, 9:08 AM
arsenm retitled this revision from to APInt: Add overload of isMask.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
This revision is now accepted and ready to land.Apr 12 2016, 10:46 AM
arsenm closed this revision.Apr 12 2016, 11:23 AM

r266101