LLVM API Documentation
#include <IntrinsicInst.h>
Static Public Member Functions | |
static bool | classof (const IntrinsicInst *I) |
static bool | classof (const Value *V) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static Value * | StripCast (Value *C) |
DbgInfoIntrinsic - This is the common base class for debug info intrinsics
Definition at line 60 of file IntrinsicInst.h.
static bool llvm::DbgInfoIntrinsic::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented in llvm::DbgValueInst, and llvm::DbgDeclareInst.
Definition at line 64 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID().
Referenced by classof().
static bool llvm::DbgInfoIntrinsic::classof | ( | const Value * | V | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::IntrinsicInst.
Reimplemented in llvm::DbgValueInst, and llvm::DbgDeclareInst.
Definition at line 72 of file IntrinsicInst.h.
References classof().
Value * DbgInfoIntrinsic::StripCast | ( | Value * | C | ) | [static] |
Definition at line 41 of file IntrinsicInst.cpp.
References llvm::CallingConv::C, CastOperand(), and llvm::dyn_cast().