class AnyMemCpyInst
Declaration
class AnyMemCpyInst : public AnyMemTransferInst { /* full declaration omitted */ };
Description
This class represents any memcpy intrinsic i.e. llvm.element.unordered.atomic.memcpy and llvm.memcpy
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1162
Inherits from: AnyMemTransferInst
Method Overview
- public static bool classof(const llvm::IntrinsicInst * I)
- public static bool classof(const llvm::Value * V)
Inherited from AnyMemTransferInst:
Methods
¶static bool classof(const llvm::IntrinsicInst* I)
static bool classof(const llvm::IntrinsicInst* I)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1164
Parameters
- const llvm::IntrinsicInst* I
¶static bool classof(const llvm::Value* V)
static bool classof(const llvm::Value* V)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1174
Parameters
- const llvm::Value* V