Return true if this is a non‐list DBG_VALUE instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isNonListDebugValue() const;

Return Value

True if the opcode is DBG_VALUE.

Created with MrDocs