|
LLVM 23.0.0git
|
A structure representing the properties of a load or store instruction. More...
#include "llvm/IR/Instructions.h"
Public Attributes | |
| bool | IsVolatile |
| Align | Alignment |
| AtomicOrdering | Ordering |
| SyncScope::ID | SSID |
A structure representing the properties of a load or store instruction.
Definition at line 180 of file Instructions.h.
| Align llvm::LoadStoreInstProperties::Alignment |
Definition at line 182 of file Instructions.h.
Referenced by llvm::LoadInst::setProperties(), and llvm::StoreInst::setProperties().
| bool llvm::LoadStoreInstProperties::IsVolatile |
Definition at line 181 of file Instructions.h.
Referenced by llvm::LoadInst::setProperties(), and llvm::StoreInst::setProperties().
| AtomicOrdering llvm::LoadStoreInstProperties::Ordering |
Definition at line 183 of file Instructions.h.
Referenced by llvm::LoadInst::setProperties(), and llvm::StoreInst::setProperties().
| SyncScope::ID llvm::LoadStoreInstProperties::SSID |
Definition at line 184 of file Instructions.h.
Referenced by llvm::LoadInst::setProperties(), and llvm::StoreInst::setProperties().