enum Instruction::MemoryOps
Declared at: llvm/include/llvm/IR/Instruction.h:711
Enumerators
Name | Value | Comment |
---|---|---|
MemoryOpsBegin | 31 | |
Alloca | 31 | |
Load | 32 | |
Store | 33 | |
GetElementPtr | 34 | |
Fence | 35 | |
AtomicCmpXchg | 36 | |
AtomicRMW | 37 | |
MemoryOpsEnd | 38 |
Declared at: llvm/include/llvm/IR/Instruction.h:711
Name | Value | Comment |
---|---|---|
MemoryOpsBegin | 31 | |
Alloca | 31 | |
Load | 32 | |
Store | 33 | |
GetElementPtr | 34 | |
Fence | 35 | |
AtomicCmpXchg | 36 | |
AtomicRMW | 37 | |
MemoryOpsEnd | 38 |