LLVM 19.0.0git
Public Attributes | List of all members
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 2438 of file OMPIRBuilder.h.

Member Data Documentation

◆ ElemTy

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

Definition at line 2440 of file OMPIRBuilder.h.

◆ IsSigned

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

Definition at line 2441 of file OMPIRBuilder.h.

◆ IsVolatile

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

Definition at line 2442 of file OMPIRBuilder.h.

◆ Var

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

Definition at line 2439 of file OMPIRBuilder.h.


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