LLVM 22.0.0git
llvm::ReassociatePass::PairMapValue Struct Reference

#include "llvm/Transforms/Scalar/Reassociate.h"

Public Member Functions

bool isValid () const

Public Attributes

WeakVH Value1
WeakVH Value2
unsigned Score

Detailed Description

Definition at line 89 of file Reassociate.h.

Member Function Documentation

◆ isValid()

bool llvm::ReassociatePass::PairMapValue::isValid ( ) const
inline

Definition at line 93 of file Reassociate.h.

References Value1, and Value2.

Member Data Documentation

◆ Score

unsigned llvm::ReassociatePass::PairMapValue::Score

Definition at line 92 of file Reassociate.h.

◆ Value1

WeakVH llvm::ReassociatePass::PairMapValue::Value1

Definition at line 90 of file Reassociate.h.

Referenced by isValid().

◆ Value2

WeakVH llvm::ReassociatePass::PairMapValue::Value2

Definition at line 91 of file Reassociate.h.

Referenced by isValid().


The documentation for this struct was generated from the following file: