class AnyMemTransferInst

Declaration

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

Description

Common base class for all memory transfer intrinsics. Simply provides common methods.

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

Inherits from: MemTransferBase

Method Overview

  • public static bool classof(const llvm::IntrinsicInst * I)
  • public static bool classof(const llvm::Value * V)

Methods

static bool classof(const llvm::IntrinsicInst* I)

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

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V