LLVM API Documentation
#include <IntrinsicInst.h>
Public Member Functions | |
Value * | getDest () const |
Value * | getSrc () 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: |
VACopyInst - This represents the llvm.va_copy intrinsic.
Definition at line 310 of file IntrinsicInst.h.
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().