class MemIntrinsicBase

Declaration

template <typename Derived>
class MemIntrinsicBase : public IntrinsicInst { /* full declaration omitted */ };

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

Inherits from: IntrinsicInst

Templates

Derived

Member Variables

Inherited from CallBase:

protected Attrs
protected FTy
protected static CalledOperandOpEndIdx = -1

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 29
public static MaximumAlignment = 1U << MaxAlignmentExponent

Method Overview

Inherited from IntrinsicInst:

Inherited from CallInst:

Inherited from CallBase:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

llvm::Value* getDest() const

Description

This is just like getRawDest, but it strips off any cast instructions (including addrspacecast) that feed it, giving the original input. The returned value is guaranteed to be a pointer.

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

unsigned int getDestAddressSpace() const

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

llvm::MaybeAlign getDestAlign() const

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

unsigned int getDestAlignment() const

Description

FIXME: Remove this function once transition to Align is over. Use getDestAlign() instead.

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

llvm::Value* getLength() const

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

const llvm::Use& getLengthUse() const

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

llvm::Use& getLengthUse()

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

llvm::Value* getRawDest() const

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

const llvm::Use& getRawDestUse() const

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

llvm::Use& getRawDestUse()

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

void setDest(llvm::Value* Ptr)

Description

Set the specified arguments of the instruction.

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

Parameters

llvm::Value* Ptr

void setDestAlignment(unsigned int Alignment)

Description

FIXME: Remove this function once transition to Align is over. Use the version that takes MaybeAlign instead of this one.

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

Parameters

unsigned int Alignment

void setDestAlignment(llvm::MaybeAlign Alignment)

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

Parameters

llvm::MaybeAlign Alignment

void setDestAlignment(llvm::Align Alignment)

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

Parameters

llvm::Align Alignment

void setLength(llvm::Value* L)

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

Parameters

llvm::Value* L