LLVM API Documentation
#include <IntrinsicInst.h>
Public Member Functions | |
Value * | getArgList () 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: |
VAStartInst - This represents the llvm.va_start intrinsic.
Definition at line 282 of file IntrinsicInst.h.
static bool llvm::VAStartInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Definition at line 284 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID().
Referenced by classof().
static bool llvm::VAStartInst::classof | ( | const Value * | V | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::IntrinsicInst.
Definition at line 287 of file IntrinsicInst.h.
References classof().
Value* llvm::VAStartInst::getArgList | ( | ) | const [inline] |
Definition at line 291 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperand().