class AtomicMemIntrinsic

Declaration

class AtomicMemIntrinsic { /* full declaration omitted */ };

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

Method Overview

Methods

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

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

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V

uint32_t getElementSizeInBytes() const

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

llvm::ConstantInt* getElementSizeInBytesCst()
    const

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

llvm::Value* getRawElementSizeInBytes() const

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

void setElementSizeInBytes(llvm::Constant* V)

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

Parameters

llvm::Constant* V