LLVM API Documentation
#include <IntrinsicInst.h>
Inheritance diagram for llvm::DbgRegionEndInst:
Public Member Functions | |
Value * | getContext () const |
Static Public Member Functions | |
static bool | classof (const DbgRegionEndInst *) |
static bool | classof (const IntrinsicInst *I) |
static bool | classof (const Value *V) |
Definition at line 150 of file IntrinsicInst.h.
static bool llvm::DbgRegionEndInst::classof | ( | const Value * | V | ) | [inline, static] |
static bool llvm::DbgRegionEndInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::DbgInfoIntrinsic.
Definition at line 155 of file IntrinsicInst.h.
References llvm::Intrinsic::dbg_region_end, and llvm::IntrinsicInst::getIntrinsicID().
static bool llvm::DbgRegionEndInst::classof | ( | const DbgRegionEndInst * | ) | [inline, static] |
Value* llvm::DbgRegionEndInst::getContext | ( | ) | const [inline] |
Definition at line 151 of file IntrinsicInst.h.
References llvm::User::getOperand(), and llvm::DbgInfoIntrinsic::StripCast().
Referenced by llvm::SelectionDAGLowering::visitIntrinsicCall().