LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 46 of file Reassociate.h.

Constructor & Destructor Documentation

◆ ValueEntry()

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

Definition at line 50 of file Reassociate.h.

Member Data Documentation

◆ Op

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

Definition at line 48 of file Reassociate.h.

◆ Rank

unsigned llvm::reassociate::ValueEntry::Rank

Definition at line 47 of file Reassociate.h.


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