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