LLVM 24.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

Value * Var = nullptr
Type * ElemTy = nullptr
bool IsSigned = false
bool IsVolatile = false

Detailed Description

a struct to pack relevant information while generating atomic Ops

Definition at line 4048 of file OMPIRBuilder.h.

Member Data Documentation

◆ ElemTy

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

Definition at line 4050 of file OMPIRBuilder.h.

◆ IsSigned

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

Definition at line 4051 of file OMPIRBuilder.h.

◆ IsVolatile

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

Definition at line 4052 of file OMPIRBuilder.h.

◆ Var

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

Definition at line 4049 of file OMPIRBuilder.h.


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