LLVM 20.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 60 of file Reassociate.h.
Definition at line 64 of file Reassociate.h.
Value* llvm::reassociate::Factor::Base |
Definition at line 61 of file Reassociate.h.
unsigned llvm::reassociate::Factor::Power |
Definition at line 62 of file Reassociate.h.