LLVM API Documentation

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

#include <IntrinsicInst.h>

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

List of all members.

Public Member Functions

ValuegetArgList () 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

VAEndInst - This represents the llvm.va_end intrinsic.

Definition at line 296 of file IntrinsicInst.h.


Member Function Documentation

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

Definition at line 298 of file IntrinsicInst.h.

References llvm::IntrinsicInst::getIntrinsicID().

Referenced by classof().

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

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

Reimplemented from llvm::IntrinsicInst.

Definition at line 301 of file IntrinsicInst.h.

References classof().

Value* llvm::VAEndInst::getArgList ( ) const [inline]

Definition at line 305 of file IntrinsicInst.h.

References llvm::CallInst::getArgOperand().


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