LLVM 24.0.0git
llvm::ConstraintSystem::Entry Struct Reference

#include "llvm/Analysis/ConstraintSystem.h"

Public Member Functions

 Entry (int64_t Coefficient, uint16_t Id)

Public Attributes

int64_t Coefficient
uint16_t Id

Detailed Description

Definition at line 25 of file ConstraintSystem.h.

Constructor & Destructor Documentation

◆ Entry()

llvm::ConstraintSystem::Entry::Entry ( int64_t Coefficient,
uint16_t Id )
inline

Definition at line 29 of file ConstraintSystem.h.

References Coefficient, and Id.

Member Data Documentation

◆ Coefficient

int64_t llvm::ConstraintSystem::Entry::Coefficient

Definition at line 26 of file ConstraintSystem.h.

Referenced by Entry().

◆ Id

uint16_t llvm::ConstraintSystem::Entry::Id

Definition at line 27 of file ConstraintSystem.h.

Referenced by Entry().


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