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

Synopsis

Declared in <llvm/CodeGen/MachineInstrBuilder.h>

constexpr
RegState
getDefRegState(bool B);

Return Value

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

Parameters

Name

Description

B

True to include the definition flag.

Created with MrDocs