struct Factor

Declaration

struct Factor { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/Transforms/Scalar/Reassociate.h:59

Member Variables

public llvm::Value* Base
public unsigned int Power

Method Overview

  • public Factor(llvm::Value * Base, unsigned int Power)

Methods

ΒΆFactor(llvm::Value* Base, unsigned int Power)

Declared at: llvm/include/llvm/Transforms/Scalar/Reassociate.h:63

Parameters

llvm::Value* Base
unsigned int Power