LLVM API Documentation

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

#include <IntrinsicInst.h>

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

List of all members.

Public Member Functions

ValuegetDest () const
ValuegetSrc () const

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:

Detailed Description

VACopyInst - This represents the llvm.va_copy intrinsic.

Definition at line 310 of file IntrinsicInst.h.


Member Function Documentation

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

Definition at line 312 of file IntrinsicInst.h.

References llvm::IntrinsicInst::getIntrinsicID().

Referenced by classof().

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

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

Reimplemented from llvm::IntrinsicInst.

Definition at line 315 of file IntrinsicInst.h.

References classof().

Value* llvm::VACopyInst::getDest ( ) const [inline]

Definition at line 319 of file IntrinsicInst.h.

References llvm::CallInst::getArgOperand().

Value* llvm::VACopyInst::getSrc ( ) const [inline]

Definition at line 320 of file IntrinsicInst.h.

References llvm::CallInst::getArgOperand().


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