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: |
MemMoveInst - This class wraps the llvm.memmove intrinsic.
Definition at line 269 of file IntrinsicInst.h.
static bool llvm::MemMoveInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::MemTransferInst.
Definition at line 272 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID(), and llvm::LibFunc::memmove.
Referenced by classof().
static bool llvm::MemMoveInst::classof | ( | const Value * | V | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::MemTransferInst.
Definition at line 275 of file IntrinsicInst.h.
References classof().