LLVM 22.0.0git
llvm::reassociate::ValueEntry Struct Reference

#include "llvm/Transforms/Scalar/Reassociate.h"

Public Member Functions

 ValueEntry (unsigned R, Value *O)

Public Attributes

unsigned Rank
ValueOp

Detailed Description

Definition at line 49 of file Reassociate.h.

Constructor & Destructor Documentation

◆ ValueEntry()

llvm::reassociate::ValueEntry::ValueEntry ( unsigned R,
Value * O )
inline

Definition at line 53 of file Reassociate.h.

References Op, and Rank.

Member Data Documentation

◆ Op

Value* llvm::reassociate::ValueEntry::Op

Definition at line 51 of file Reassociate.h.

Referenced by ValueEntry().

◆ Rank

unsigned llvm::reassociate::ValueEntry::Rank

Definition at line 50 of file Reassociate.h.

Referenced by ValueEntry().


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