LLVM 24.0.0git
llvm::TargetTransformInfo::BuildVectorUseOp Struct Reference

Stores information about the uses of a build vector. More...

#include "llvm/Analysis/TargetTransformInfo.h"

Public Member Functions

 BuildVectorUseOp (unsigned Opcode, int OperandIndex)

Public Attributes

unsigned Opcode
int OperandIndex

Detailed Description

Stores information about the uses of a build vector.

Definition at line 1084 of file TargetTransformInfo.h.

Constructor & Destructor Documentation

◆ BuildVectorUseOp()

llvm::TargetTransformInfo::BuildVectorUseOp::BuildVectorUseOp ( unsigned Opcode,
int OperandIndex )
inline

Definition at line 1087 of file TargetTransformInfo.h.

References Opcode, and OperandIndex.

Member Data Documentation

◆ Opcode

unsigned llvm::TargetTransformInfo::BuildVectorUseOp::Opcode

◆ OperandIndex

int llvm::TargetTransformInfo::BuildVectorUseOp::OperandIndex

The documentation for this struct was generated from the following file: