getWorstState overloads
Synopses
Declared in <llvm/Transforms/IPO/Attributor.h>
Return the worst possible representable state.
constexpr
static
base_t
getWorstState();
Return the worst state, ignoring Unused.
constexpr
static
base_t
getWorstState(IntegerStateBase const& Unused);
Return Value
-
The worst possible representable state.
-
The worst state, ignoring
Unused.
Parameters
Name |
Description |
Unused |
Unused; present for API uniformity with other states. |
Created with MrDocs