class FreezeInst

Declaration

class FreezeInst : public UnaryInstruction { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/Instructions.h:5310

Inherits from: UnaryInstruction

Member Variables

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

  • public FreezeInst(llvm::Value * S, const llvm::Twine & NameStr = "", llvm::Instruction * InsertBefore = nullptr)
  • public FreezeInst(llvm::Value * S, const llvm::Twine & NameStr, llvm::BasicBlock * InsertAtEnd)
  • public static inline bool classof(const llvm::Instruction * I)
  • public static inline bool classof(const llvm::Value * V)
  • protected llvm::FreezeInst * cloneImpl() const

Inherited from UnaryInstruction:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

FreezeInst(
    llvm::Value* S,
    const llvm::Twine& NameStr = "",
    llvm::Instruction* InsertBefore = nullptr)

Declared at: llvm/include/llvm/IR/Instructions.h:5319

Parameters

llvm::Value* S
const llvm::Twine& NameStr = ""
llvm::Instruction* InsertBefore = nullptr

FreezeInst(llvm::Value* S,
           const llvm::Twine& NameStr,
           llvm::BasicBlock* InsertAtEnd)

Declared at: llvm/include/llvm/IR/Instructions.h:5322

Parameters

llvm::Value* S
const llvm::Twine& NameStr
llvm::BasicBlock* InsertAtEnd

static inline bool classof(
    const llvm::Instruction* I)

Declared at: llvm/include/llvm/IR/Instructions.h:5325

Parameters

const llvm::Instruction* I

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

Declared at: llvm/include/llvm/IR/Instructions.h:5328

Parameters

const llvm::Value* V

llvm::FreezeInst* cloneImpl() const

Description

Clone an identical FreezeInst

Declared at: llvm/include/llvm/IR/Instructions.h:5316