LLVM 22.0.0git
|
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 | |
Value * | Base |
unsigned | Power |
Utility class representing a base and exponent pair which form one factor of some product.
Definition at line 62 of file Reassociate.h.
Definition at line 66 of file Reassociate.h.
Value* llvm::reassociate::Factor::Base |
Definition at line 63 of file Reassociate.h.
Referenced by Factor().
unsigned llvm::reassociate::Factor::Power |
Definition at line 64 of file Reassociate.h.
Referenced by Factor().