[Support] Remove findFirstSet and findLastSet
authorKazu Hirata <kazu@google.com>
Thu, 26 Jan 2023 20:29:48 +0000 (12:29 -0800)
committerKazu Hirata <kazu@google.com>
Thu, 26 Jan 2023 20:29:48 +0000 (12:29 -0800)
commit32ac9db7a5c8b8b63f3f3cf1849ec752a679a797
tree19fa11cd34ca962057d45d1a01721322c7fedd70
parent1b9fbc81ff15f6ad5a0e7f29c486c6edd0bce94c
[Support] Remove findFirstSet and findLastSet

This patch removes findFirstSet and findLastSet as there are no uses
left in LLVM.

I am not aware of any uses of findFirstSet and findLastSet in the
open-source world outside LLVM, so I am skipping the deprecation step.

Differential Revision: https://reviews.llvm.org/D142603
llvm/include/llvm/Support/MathExtras.h
llvm/unittests/Support/MathExtrasTest.cpp