LLVM 23.0.0git
llvm::OpenMPIRBuilder::AtomicOpValue Struct Reference

a struct to pack relevant information while generating atomic Ops More...

#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"

Public Attributes

ValueVar = nullptr
TypeElemTy = nullptr
bool IsSigned = false
bool IsVolatile = false

Detailed Description

a struct to pack relevant information while generating atomic Ops

Definition at line 3720 of file OMPIRBuilder.h.

Member Data Documentation

◆ ElemTy

Type* llvm::OpenMPIRBuilder::AtomicOpValue::ElemTy = nullptr

Definition at line 3722 of file OMPIRBuilder.h.

◆ IsSigned

bool llvm::OpenMPIRBuilder::AtomicOpValue::IsSigned = false

Definition at line 3723 of file OMPIRBuilder.h.

◆ IsVolatile

bool llvm::OpenMPIRBuilder::AtomicOpValue::IsVolatile = false

Definition at line 3724 of file OMPIRBuilder.h.

◆ Var

Value* llvm::OpenMPIRBuilder::AtomicOpValue::Var = nullptr

Definition at line 3721 of file OMPIRBuilder.h.


The documentation for this struct was generated from the following file: