Use APInt::getAllOnes instead of APInt::getAllOnesValue (NFC)
authorKazu Hirata <kazu@google.com>
Mon, 20 Feb 2023 06:54:23 +0000 (22:54 -0800)
committerKazu Hirata <kazu@google.com>
Mon, 20 Feb 2023 06:54:23 +0000 (22:54 -0800)
commitb7ffd9686ddf6bc4d8006f76acd55ac0a43a8ec7
tree3baa6d209b8e0330cdfdf0892371b93ff0010a37
parent4a05edd410a42cffc4be574d1fcc5c345db204e8
Use APInt::getAllOnes instead of APInt::getAllOnesValue (NFC)

Note that getAllOnesValue has been soft-deprecated in favor of
getAllOnes.
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
mlir/lib/Dialect/Index/IR/InferIntRangeInterfaceImpls.cpp