[NFC][APInt] Add (exhaustive) test for multiplicativeInverse()
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 27 Jun 2019 21:51:54 +0000 (21:51 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 27 Jun 2019 21:51:54 +0000 (21:51 +0000)
commita59cf878223a0c08e7d3d7825f590e1380b6cb2f
tree35c13d079b78d63fe0b5a2403bf4c3497b295f87
parent4a8dc6153464abd3eae0f180b26ebbbe19afcdb2
[NFC][APInt] Add (exhaustive) test for multiplicativeInverse()

Else there is no direct test coverage at all.
The function should either return '0' or precise answer.

llvm-svn: 364599
llvm/unittests/ADT/APIntTest.cpp