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
Returns true if the instruction has an implicit definition.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
hasImplicitDef() const;
True if any implicit operand is a def.
Created with MrDocs