LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::IntrinsicInst Class Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::IntrinsicInst:
Inheritance graph
[legend]
Collaboration diagram for llvm::IntrinsicInst:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Intrinsic::ID getIntrinsicID () const

Static Public Member Functions

static bool classof (const CallInst *I)
static bool classof (const Value *V)
 Methods for support type inquiry through isa, cast, and dyn_cast:

Detailed Description

IntrinsicInst - A useful wrapper class for inspecting calls to intrinsic functions. This allows the standard isa/dyncast/cast functionality to work with calls to intrinsic functions.

Definition at line 36 of file IntrinsicInst.h.


Member Function Documentation

static bool llvm::IntrinsicInst::classof ( const CallInst I) [inline, static]

Definition at line 48 of file IntrinsicInst.h.

References llvm::CallInst::getCalledFunction().

Referenced by classof().

static bool llvm::IntrinsicInst::classof ( const Value V) [inline, static]

Methods for support type inquiry through isa, cast, and dyn_cast:

Reimplemented from llvm::CallInst.

Reimplemented in llvm::VACopyInst, llvm::VAEndInst, llvm::VAStartInst, llvm::MemMoveInst, llvm::MemCpyInst, llvm::MemTransferInst, llvm::MemSetInst, llvm::MemIntrinsic, llvm::DbgValueInst, llvm::DbgDeclareInst, and llvm::DbgInfoIntrinsic.

Definition at line 53 of file IntrinsicInst.h.

References classof().


The documentation for this class was generated from the following file: