LLVM 22.0.0git
llvm::BitTracker::BitRef Struct Reference

#include "Target/Hexagon/BitTracker.h"

Public Member Functions

 BitRef (unsigned R=0, uint16_t P=0)
bool operator== (const BitRef &BR) const

Public Attributes

Register Reg
uint16_t Pos

Detailed Description

Definition at line 123 of file BitTracker.h.

Constructor & Destructor Documentation

◆ BitRef()

llvm::BitTracker::BitRef::BitRef ( unsigned R = 0,
uint16_t P = 0 )
inline

Definition at line 124 of file BitTracker.h.

References P, Pos, and Reg.

Referenced by operator==().

Member Function Documentation

◆ operator==()

bool llvm::BitTracker::BitRef::operator== ( const BitRef & BR) const
inline

Definition at line 126 of file BitTracker.h.

References BitRef(), Pos, and Reg.

Member Data Documentation

◆ Pos

◆ Reg


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