|
LLVM
4.0.0
|
Utility class representing a base and exponent pair which form one factor of some product. More...
#include <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 48 of file Reassociate.h.
Definition at line 51 of file Reassociate.h.
| Value* llvm::reassociate::Factor::Base |
Definition at line 49 of file Reassociate.h.
| unsigned llvm::reassociate::Factor::Power |
Definition at line 50 of file Reassociate.h.
1.8.6