Returns true if the instruction has an implicit definition.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
hasImplicitDef() const;

Return Value

True if any implicit operand is a def.

Created with MrDocs