class UnaryInstruction

Declaration

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

Declared at: llvm/include/llvm/IR/InstrTypes.h:57

Inherits from: Instruction

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

  • protected UnaryInstruction(llvm::Type * Ty, unsigned int iType, llvm::Value * V, llvm::Instruction * IB = nullptr)
  • protected UnaryInstruction(llvm::Type * Ty, unsigned int iType, llvm::Value * V, llvm::BasicBlock * IAE)
  • public static bool classof(const llvm::Instruction * I)
  • public static bool classof(const llvm::Value * V)

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

UnaryInstruction(llvm::Type* Ty,
                 unsigned int iType,
                 llvm::Value* V,
                 llvm::Instruction* IB = nullptr)

Declared at: llvm/include/llvm/IR/InstrTypes.h:59

Parameters

llvm::Type* Ty
unsigned int iType
llvm::Value* V
llvm::Instruction* IB = nullptr

UnaryInstruction(llvm::Type* Ty,
                 unsigned int iType,
                 llvm::Value* V,
                 llvm::BasicBlock* IAE)

Declared at: llvm/include/llvm/IR/InstrTypes.h:64

Parameters

llvm::Type* Ty
unsigned int iType
llvm::Value* V
llvm::BasicBlock* IAE

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

Declared at: llvm/include/llvm/IR/InstrTypes.h:79

Parameters

const llvm::Instruction* I

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

Declared at: llvm/include/llvm/IR/InstrTypes.h:87

Parameters

const llvm::Value* V