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

Synopsis

Declared in <llvm/Transforms/Scalar/Reassociate.h>

struct Factor;

Member Functions

Name

Description

Factor [constructor]

Construct a factor with the given base and power.

Data Members

Name

Description

Base

Base value of this factor.

Power

Exponent applied to the base.

Created with MrDocs