LLVM 22.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 3648 of file OMPIRBuilder.h.

Member Data Documentation

◆ ElemTy

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

Definition at line 3650 of file OMPIRBuilder.h.

◆ IsSigned

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

Definition at line 3651 of file OMPIRBuilder.h.

◆ IsVolatile

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

Definition at line 3652 of file OMPIRBuilder.h.

◆ Var

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

Definition at line 3649 of file OMPIRBuilder.h.


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