[ValueTracking] improve readability in isImpliedCond helper functions; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 4 Aug 2022 21:41:19 +0000 (17:41 -0400)
committerSanjay Patel <spatel@rotateright.com>
Thu, 4 Aug 2022 21:43:31 +0000 (17:43 -0400)
commit8e7acb670b3830a2c72ed2a47b93f88be971eed2
tree3a4c9fc48bb1f8974f338e116fc1953aff859dc2
parent12a1ca9c42c45cfb4777a42f73db5d33e87577e4
[ValueTracking] improve readability in isImpliedCond helper functions; NFC

This matches the caller code naming scheme and avoids the
potentially confusing transition from left/right to A/B.
llvm/lib/Analysis/ValueTracking.cpp