|
LLVM 23.0.0git
|
Manage a bitset representing the list of available libcalls for a module. More...
#include "llvm/IR/RuntimeLibcalls.h"
Public Member Functions | |
| constexpr | LibcallImplBitset ()=default |
| constexpr | LibcallImplBitset (const std::array< uint64_t,(RTLIB::NumLibcallImpls+63)/64 > &Src) |
| Public Member Functions inherited from llvm::Bitset< RTLIB::NumLibcallImpls > | |
| constexpr | Bitset (const std::array< uint64_t,(NumBits+63)/64 > &B) |
| constexpr Bitset & | set () |
| constexpr Bitset & | reset (unsigned I) |
| constexpr Bitset & | flip (unsigned I) |
| constexpr bool | operator[] (unsigned I) const |
| constexpr bool | test (unsigned I) const |
| constexpr size_t | size () const |
| constexpr bool | any () const |
| constexpr bool | none () const |
| constexpr bool | all () const |
| constexpr size_t | count () const |
| constexpr Bitset & | operator^= (const Bitset &RHS) |
| constexpr Bitset | operator^ (const Bitset &RHS) const |
| constexpr Bitset & | operator&= (const Bitset &RHS) |
| constexpr Bitset | operator& (const Bitset &RHS) const |
| constexpr Bitset & | operator|= (const Bitset &RHS) |
| constexpr Bitset | operator| (const Bitset &RHS) const |
| constexpr Bitset | operator~ () const |
| constexpr bool | operator== (const Bitset &RHS) const |
| constexpr bool | operator!= (const Bitset &RHS) const |
| constexpr bool | operator< (const Bitset &Other) const |
| constexpr Bitset & | operator<<= (unsigned N) |
| constexpr Bitset | operator<< (unsigned N) const |
| constexpr Bitset & | operator>>= (unsigned N) |
| constexpr Bitset | operator>> (unsigned N) const |
| constexpr uint64_t | getWord64 (unsigned I) const |
| Return the I-th 64-bit word of the bitset, from least significant to most. | |
| constexpr int | findLastSet () const |
| Return the index of the highest set bit, or -1 if no bits are set. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::Bitset< RTLIB::NumLibcallImpls > | |
| static constexpr unsigned | getNumWords64 () |
| Return the number of 64-bit words needed to hold all bits. | |
Manage a bitset representing the list of available libcalls for a module.
Definition at line 64 of file RuntimeLibcalls.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 67 of file RuntimeLibcalls.h.
References llvm::Bitset< RTLIB::NumLibcallImpls >::Bitset().