getBestState overloads

Synopses

Declared in <llvm/Transforms/IPO/Attributor.h>

Return the best possible representable state.

constexpr
static
base_t
getBestState();

Return the best state, ignoring Unused.

constexpr
static
base_t
getBestState(IntegerStateBase const& Unused);

Return Value

  • The best possible representable state.

  • The best state, ignoring Unused.

Parameters

Name

Description

Unused

Unused; present for API uniformity with other states.

Created with MrDocs