commit | 54f0462d2b7f95706c80b9de48c416fa5d382e61 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Thu Apr 20 16:56:25 2017 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Thu Apr 20 16:56:25 2017 +0000 |
tree | d3e03d916197707e37227dcbd7df1406dfca1bf8 | |
parent | 3e9c4ea1fe169d7ec906c3588459783f15fcdf9a [diff] |
[APInt] Rename getSignBit to getSignMask getSignBit is a static function that creates an APInt with only the sign bit set. getSignMask seems like a better name to convey its functionality. In fact several places use it and then store in an APInt named SignMask. Differential Revision: https://reviews.llvm.org/D32108 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300856 91177308-0d34-0410-b5e6-96231b3b80d8