Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
circt::llhd Namespace Reference

Classes

struct  AndTerm
 An individual term of an AND expression in a DNF. More...
 
struct  DNF
 
struct  OrTerm
 An individual term of an OR expression in a DNF. More...
 
struct  TemporalRegionAnalysis
 

Functions

unsigned getLLHDTypeWidth (Type type)
 
Type getLLHDElementType (Type type)
 
static llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const DNF &dnf)
 

Function Documentation

◆ getLLHDElementType()

Type circt::llhd::getLLHDElementType ( Type  type)

Definition at line 38 of file LLHDOps.cpp.

◆ getLLHDTypeWidth()

unsigned circt::llhd::getLLHDTypeWidth ( Type  type)

Definition at line 26 of file LLHDOps.cpp.

◆ operator<<()

static llvm::raw_ostream & circt::llhd::operator<< ( llvm::raw_ostream &  os,
const DNF dnf 
)
static

Definition at line 41 of file Deseq.cpp.

References circt::llhd::DNF::printWithValues().