LLVM 20.0.0git
|
Public Member Functions | |
Expression (uint32_t o=~2U) | |
bool | operator== (const Expression &other) const |
Public Attributes | |
uint32_t | opcode |
bool | commutative = false |
Type * | type = nullptr |
SmallVector< uint32_t, 4 > | varargs |
Friends | |
hash_code | hash_value (const Expression &Value) |
|
inline |
|
inline |
|
friend |
uint32_t llvm::GVNPass::Expression::opcode |
Definition at line 139 of file GVN.cpp.
Referenced by operator==().
Type* llvm::GVNPass::Expression::type = nullptr |
Definition at line 143 of file GVN.cpp.
Referenced by operator==().
SmallVector<uint32_t, 4> llvm::GVNPass::Expression::varargs |
Definition at line 144 of file GVN.cpp.
Referenced by operator==().