|
LLVM 22.0.0git
|
a struct to pack relevant information while generating atomic Ops More...
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Attributes | |
| Value * | Var = nullptr |
| Type * | ElemTy = nullptr |
| bool | IsSigned = false |
| bool | IsVolatile = false |
a struct to pack relevant information while generating atomic Ops
Definition at line 3435 of file OMPIRBuilder.h.
| Type* llvm::OpenMPIRBuilder::AtomicOpValue::ElemTy = nullptr |
Definition at line 3437 of file OMPIRBuilder.h.
| bool llvm::OpenMPIRBuilder::AtomicOpValue::IsSigned = false |
Definition at line 3438 of file OMPIRBuilder.h.
| bool llvm::OpenMPIRBuilder::AtomicOpValue::IsVolatile = false |
Definition at line 3439 of file OMPIRBuilder.h.
| Value* llvm::OpenMPIRBuilder::AtomicOpValue::Var = nullptr |
Definition at line 3436 of file OMPIRBuilder.h.