|
LLVM
8.0.1
|
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.
Referenced by buildMultiplyTree(), and collectMultiplyFactors().
1.8.13