LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::reassociate::Factor Struct Reference

Utility class representing a base and exponent pair which form one factor of some product. More...

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

Public Member Functions

 Factor (Value *Base, unsigned Power)
 

Public Attributes

ValueBase
 
unsigned Power
 

Detailed Description

Utility class representing a base and exponent pair which form one factor of some product.

Definition at line 59 of file Reassociate.h.

Constructor & Destructor Documentation

◆ Factor()

llvm::reassociate::Factor::Factor ( Value Base,
unsigned  Power 
)
inline

Definition at line 63 of file Reassociate.h.

Member Data Documentation

◆ Base

Value* llvm::reassociate::Factor::Base

Definition at line 60 of file Reassociate.h.

◆ Power

unsigned llvm::reassociate::Factor::Power

Definition at line 61 of file Reassociate.h.


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