Return true if this instruction's opcode is DBG_INSTR_REF.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isDebugRef() const;

Return Value

True if the opcode is DBG_INSTR_REF.

Created with MrDocs