Return RegState::Implicit when B is true, else RegState::NoFlags.

Synopsis

Declared in <llvm/CodeGen/MachineInstrBuilder.h>

constexpr
RegState
getImplRegState(bool B);

Return Value

RegState::Implicit when B is true, otherwise RegState::NoFlags.

Parameters

Name

Description

B

True to include the implicit flag.

Created with MrDocs