LLVM: llvm::reassociate::ValueEntry Struct Reference (original) (raw)
#include "[llvm/Transforms/Scalar/Reassociate.h](Reassociate%5F8h%5Fsource.html)"
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| unsigned | Rank |
| Value * | Op |
Detailed Description
Definition at line 49 of file Reassociate.h.
Constructor & Destructor Documentation
| llvm::reassociate::ValueEntry::ValueEntry ( unsigned R, Value * O ) | inline |
|---|
Definition at line 53 of file Reassociate.h.
Member Data Documentation
◆ Op
Value* llvm::reassociate::ValueEntry::Op
Definition at line 51 of file Reassociate.h.
Referenced by ValueEntry().
◆ Rank
unsigned llvm::reassociate::ValueEntry::Rank
Definition at line 50 of file Reassociate.h.
Referenced by ValueEntry().
The documentation for this struct was generated from the following file:
- include/llvm/Transforms/Scalar/Reassociate.h