class BinaryConstantExpr

Declaration

class BinaryConstantExpr : public ConstantExpr { /* full declaration omitted */ };

Description

BinaryConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement binary constant exprs.

Declared at: llvm/lib/IR/ConstantsContext.h:62

Inherits from: ConstantExpr

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 BinaryConstantExpr(unsigned int Opcode, llvm::Constant * C1, llvm::Constant * C2, unsigned int Flags)

Inherited from ConstantExpr:

Inherited from Constant:

Inherited from User:

Inherited from Value:

Methods

ΒΆBinaryConstantExpr(unsigned int Opcode,
                   llvm::Constant* C1,
                   llvm::Constant* C2,
                   unsigned int Flags)

Declared at: llvm/lib/IR/ConstantsContext.h:64

Parameters

unsigned int Opcode
llvm::Constant* C1
llvm::Constant* C2
unsigned int Flags