class ShuffleVectorConstantExpr

Declaration

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

Description

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

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

Inherits from: ConstantExpr

Member Variables

public SmallVector<int, 4> ShuffleMask
public llvm::Constant* ShuffleMaskForBitcode

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasMetadata
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 32
public static MaximumAlignment = 1ULL << MaxAlignmentExponent

Method Overview

  • public ShuffleVectorConstantExpr(llvm::Constant * C1, llvm::Constant * C2, ArrayRef<int> Mask)
  • public static bool classof(const llvm::ConstantExpr * CE)
  • public static bool classof(const llvm::Value * V)

Inherited from ConstantExpr:

Inherited from Constant:

Inherited from User:

Inherited from Value:

Methods

ShuffleVectorConstantExpr(llvm::Constant* C1,
                          llvm::Constant* C2,
                          ArrayRef<int> Mask)

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

Parameters

llvm::Constant* C1
llvm::Constant* C2
ArrayRef<int> Mask

static bool classof(const llvm::ConstantExpr* CE)

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

Parameters

const llvm::ConstantExpr* CE

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

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

Parameters

const llvm::Value* V