LLVM 22.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 > | |
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 |
bool | any () const |
bool | none () const |
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 |
bool | operator== (const Bitset &RHS) const |
bool | operator!= (const Bitset &RHS) const |
bool | operator< (const Bitset &Other) const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::Bitset< RTLIB::NumLibcallImpls > | |
constexpr | Bitset (const std::array< uint64_t,(NumBits+63)/64 > &B) |
Manage a bitset representing the list of available libcalls for a module.
Definition at line 59 of file RuntimeLibcalls.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 62 of file RuntimeLibcalls.h.
References llvm::Bitset< RTLIB::NumLibcallImpls >::Bitset().