Return true if this describes the address of a local variable.
Declared in <llvm/IR/IntrinsicInst.h>
bool
isAddressOfVariable() const;
True for dbg.declare, but not dbg.value, which describes its value, or dbg.assign, which describes a combination of the variable's value and address.
True if this describes the address of a local variable.