LLVM 22.0.0git
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 62 of file Reassociate.h.

Constructor & Destructor Documentation

◆ Factor()

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

Definition at line 66 of file Reassociate.h.

References Base, and Power.

Member Data Documentation

◆ Base

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

Definition at line 63 of file Reassociate.h.

Referenced by Factor().

◆ Power

unsigned llvm::reassociate::Factor::Power

Definition at line 64 of file Reassociate.h.

Referenced by Factor().


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