LLVM API Documentation
#include <IntegersSubsetMapping.h>


Public Member Functions | |
| RangeEx () | |
| RangeEx (const RangeTy &R) | |
| RangeEx (const RangeTy &R, unsigned W) | |
| RangeEx (const IntTy &C) | |
| RangeEx (const IntTy &L, const IntTy &H) | |
| RangeEx (const IntTy &L, const IntTy &H, unsigned W) | |
Public Attributes | |
| unsigned | Weight |
Definition at line 42 of file IntegersSubsetMapping.h.
| llvm::IntegersSubsetMapping< SuccessorClass, IntegersSubsetTy, IntTy >::RangeEx::RangeEx | ( | ) | [inline] |
Definition at line 43 of file IntegersSubsetMapping.h.
| llvm::IntegersSubsetMapping< SuccessorClass, IntegersSubsetTy, IntTy >::RangeEx::RangeEx | ( | const RangeTy & | R | ) | [inline] |
Definition at line 44 of file IntegersSubsetMapping.h.
| llvm::IntegersSubsetMapping< SuccessorClass, IntegersSubsetTy, IntTy >::RangeEx::RangeEx | ( | const RangeTy & | R, |
| unsigned | W | ||
| ) | [inline] |
Definition at line 45 of file IntegersSubsetMapping.h.
| llvm::IntegersSubsetMapping< SuccessorClass, IntegersSubsetTy, IntTy >::RangeEx::RangeEx | ( | const IntTy & | C | ) | [inline] |
Definition at line 46 of file IntegersSubsetMapping.h.
| llvm::IntegersSubsetMapping< SuccessorClass, IntegersSubsetTy, IntTy >::RangeEx::RangeEx | ( | const IntTy & | L, |
| const IntTy & | H | ||
| ) | [inline] |
Definition at line 47 of file IntegersSubsetMapping.h.
| llvm::IntegersSubsetMapping< SuccessorClass, IntegersSubsetTy, IntTy >::RangeEx::RangeEx | ( | const IntTy & | L, |
| const IntTy & | H, | ||
| unsigned | W | ||
| ) | [inline] |
Definition at line 48 of file IntegersSubsetMapping.h.
| unsigned llvm::IntegersSubsetMapping< SuccessorClass, IntegersSubsetTy, IntTy >::RangeEx::Weight |
Definition at line 50 of file IntegersSubsetMapping.h.