InstCombine] collectBitParts - cleanup variable names. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 30 Sep 2020 11:28:18 +0000 (12:28 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 30 Sep 2020 12:25:32 +0000 (13:25 +0100)
commit05290eead3f95e02700890321ccf6719770f91fe
treed9a0f727f117b486a9a188617d20aee623a2d62a
parent0eab9d5823815c6520697f8d725c402c88e5d050
InstCombine] collectBitParts - cleanup variable names. NFCI.

Fix a number of WShadow warnings (I was used as the instruction and index......) and fix cases to match style.

Also, replaced the Bit APInt mask check in AND instructions with a direct APInt[] bit check.
llvm/lib/Transforms/Utils/Local.cpp