[llvm] Use APInt::isAllOnes instead of isAllOnesValue (NFC)
authorKazu Hirata <kazu@google.com>
Mon, 20 Feb 2023 07:35:39 +0000 (23:35 -0800)
committerKazu Hirata <kazu@google.com>
Mon, 20 Feb 2023 07:35:39 +0000 (23:35 -0800)
commit397265d88f2200220f6b98f320826f7d5fc3d038
tree91be2f43800d2682205d8b5dbd964f8ab56a1ce3
parent70d78e035801a35c95c55384621724b0ef8ecb35
[llvm] Use APInt::isAllOnes instead of isAllOnesValue (NFC)

Note that isAllOnesValue has been soft-deprecated in favor of
isAllOnes.
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp