class AnyMemMoveInst

Declaration

class AnyMemMoveInst : public AnyMemTransferInst { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:736

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)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:738

Parameters

const llvm::IntrinsicInst* I

static bool classof(const llvm::Value* V)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:747

Parameters

const llvm::Value* V