LLVM API Documentation
#include <IntrinsicInst.h>
Inheritance diagram for llvm::DbgDeclareInst:
Public Member Functions | |
Value * | getAddress () const |
Value * | getVariable () const |
Static Public Member Functions | |
static bool | classof (const DbgDeclareInst *) |
static bool | classof (const IntrinsicInst *I) |
static bool | classof (const Value *V) |
Definition at line 165 of file IntrinsicInst.h.
static bool llvm::DbgDeclareInst::classof | ( | const Value * | V | ) | [inline, static] |
static bool llvm::DbgDeclareInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::DbgInfoIntrinsic.
Definition at line 171 of file IntrinsicInst.h.
References llvm::Intrinsic::dbg_declare, and llvm::IntrinsicInst::getIntrinsicID().
static bool llvm::DbgDeclareInst::classof | ( | const DbgDeclareInst * | ) | [inline, static] |
Value* llvm::DbgDeclareInst::getAddress | ( | ) | const [inline] |
Definition at line 166 of file IntrinsicInst.h.
References llvm::User::getOperand().
Referenced by llvm::SelectionDAGLowering::visitIntrinsicCall().
Value* llvm::DbgDeclareInst::getVariable | ( | ) | const [inline] |
Definition at line 167 of file IntrinsicInst.h.
References llvm::User::getOperand(), and llvm::DbgInfoIntrinsic::StripCast().
Referenced by llvm::SelectionDAGLowering::visitIntrinsicCall().