class AtomicMemCpyInst

Declaration

class AtomicMemCpyInst : public AtomicMemTransferInst { /* full declaration omitted */ };

Description

This class represents the atomic memcpy intrinsic i.e. llvm.element.unordered.atomic.memcpy

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

Inherits from: AtomicMemTransferInst

Method Overview

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

Inherited from AtomicMemTransferInst:

Methods

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

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

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V