LLVM API Documentation
#include <IntrinsicInst.h>
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: |
MemCpyInst - This class wraps the llvm.memcpy intrinsic.
Definition at line 256 of file IntrinsicInst.h.
static bool llvm::MemCpyInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::MemTransferInst.
Definition at line 259 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID(), and llvm::LibFunc::memcpy.
Referenced by classof().
static bool llvm::MemCpyInst::classof | ( | const Value * | V | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::MemTransferInst.
Definition at line 262 of file IntrinsicInst.h.
References classof().